Searched defs:IsPause (Results 1 – 8 of 8) sorted by relevance
201 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
204 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
200 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
68 bool IsPause() const { return m_PauseFlag; } in IsPause() function
143 bool IsPause() const { return m_IsPause == true; } in IsPause() function
198 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
128 bool IsPause() const { return m_PauseFlag != 0; } in IsPause() function
348 bool BasicSound::IsPause() const in IsPause() function in nw::snd::internal::BasicSound