Searched refs:IsPause (Results 1 – 11 of 11) sorted by relevance
211 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
209 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
208 bool IsPause() const { return IsAttachedSound() && m_pSound->IsPause(); } in IsPause() function
206 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
130 bool IsPause() const { return m_PauseFlag != 0; } in IsPause() function
279 bool IsPause() const;
188 if ( m_pChannel->IsPause() != flag ) in Pause()
345 if ( channel->IsActive() && ( channel->IsPause() != flag ) ) in PauseAllChannel()
366 bool BasicSound::IsPause() const in IsPause() function in nw::snd::internal::BasicSound