Searched refs:IsPrepared (Results 1 – 11 of 11) sorted by relevance
193 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
192 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
189 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
187 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
66 virtual bool IsPrepared() const { return m_PreparedFlag; } in IsPrepared() function
63 virtual bool IsPrepared() const;
108 virtual bool IsPrepared() const { return m_PreparedFlag; } in IsPrepared() function
128 bool IsPrepared() const { return m_IsPrepared; } in IsPrepared() function
276 virtual bool IsPrepared() const = 0;
284 bool StreamSound::IsPrepared() const in IsPrepared() function in nw::snd::internal::StreamSound287 return m_StreamSoundPlayerInstance.IsPrepared(); in IsPrepared()
387 if ( ! IsPrepared() ) return; in Update()