Searched refs:m_IsPause (Results 1 – 2 of 2) sorted by relevance
267 m_IsPause( false ), in Voice()565 m_IsPause = false; in Initialize()574 m_IsPause = false; in Start()587 m_IsPause = false; in Stop()616 if ( m_IsPause == flag ) return; in Pause()618 m_IsPause = flag; in Pause()694 if ( m_IsPause ) in Update()917 voice->m_IsPause = false; in HardwareChannelCallbackFunc()948 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFunc()1008 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFuncMulti()[all …]
143 bool IsPause() const { return m_IsPause == true; } in IsPause()263 bool m_IsPause; variable