Searched refs:m_IsPause (Results 1 – 2 of 2) sorted by relevance
269 m_IsPause( false ), in Voice()567 m_IsPause = false; in Initialize()576 m_IsPause = false; in Start()589 m_IsPause = false; in Stop()618 if ( m_IsPause == flag ) return; in Pause()620 m_IsPause = flag; in Pause()696 if ( m_IsPause ) in Update()919 voice->m_IsPause = false; in HardwareChannelCallbackFunc()950 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFunc()1010 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFuncMulti()[all …]
145 bool IsPause() const { return m_IsPause == true; } in IsPause()265 bool m_IsPause; variable