Searched refs:IsPause (Results 1 – 11 of 11) sorted by relevance
204 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
201 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
200 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
198 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
69 bool IsPause() const { return m_PauseFlag; } in IsPause() function
143 bool IsPause() const { return m_IsPause == true; } in IsPause() function
128 bool IsPause() const { return m_PauseFlag != 0; } in IsPause() function
277 bool IsPause() const;
186 if ( m_pChannel->IsPause() != flag ) in Pause()
343 if ( channel->IsActive() && ( channel->IsPause() != flag ) ) in PauseAllChannel()
359 bool BasicSound::IsPause() const in IsPause() function in nw::snd::internal::BasicSound