Searched defs:IsPrepared (Results 1 – 8 of 8) sorted by relevance
200 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
122 virtual bool IsPrepared() const { return m_PreparedFlag; } in IsPrepared() function
85 virtual bool IsPrepared() const { return m_PreparedFlag; } 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
130 bool IsPrepared() const { return m_IsPrepared; } in IsPrepared() function
286 bool StreamSound::IsPrepared() const in IsPrepared() function in nw::snd::internal::StreamSound