Searched defs:IsPause (Results 1 – 8 of 8) sorted by relevance
209 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
211 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
208 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
71 bool IsPause() const { return m_PauseFlag; } in IsPause() function
145 bool IsPause() const { return m_IsPause == true; } in IsPause() function
206 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
130 bool IsPause() const { return m_PauseFlag != 0; } in IsPause() function
366 bool BasicSound::IsPause() const in IsPause() function in nw::snd::internal::BasicSound