Searched refs:IsPrepared (Results 1 – 11 of 11) sorted by relevance
200 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
197 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
195 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
65 virtual bool IsPrepared() const;
85 virtual bool IsPrepared() const { return m_PreparedFlag; } in IsPrepared() function
122 virtual bool IsPrepared() const { return m_PreparedFlag; } in IsPrepared() function
130 bool IsPrepared() const { return m_IsPrepared; } in IsPrepared() function
278 virtual bool IsPrepared() const = 0;
286 bool StreamSound::IsPrepared() const in IsPrepared() function in nw::snd::internal::StreamSound289 return m_StreamSoundPlayerInstance.IsPrepared(); in IsPrepared()
405 if ( ! IsPrepared() ) return; in Update()