Searched defs:IsPrepared (Results 1 – 8 of 8) sorted by relevance
66 virtual bool IsPrepared() const { return m_PreparedFlag; } in IsPrepared() function
108 virtual bool IsPrepared() const { return m_PreparedFlag; } in IsPrepared() function
192 bool IsPrepared() const { return IsAttachedSound() && m_pSound->IsPrepared(); } in IsPrepared() function
193 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
128 bool IsPrepared() const { return m_IsPrepared; } in IsPrepared() function
284 bool StreamSound::IsPrepared() const in IsPrepared() function in nw::snd::internal::StreamSound