Searched defs:callAudioEvent (Results 1 – 4 of 4) sorted by relevance
205 …t VoipCallConnection::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) in SendCallUiEvent()
149 …CallAudioEvent callAudioEvent = mute == 1 ? CallAudioEvent::AUDIO_EVENT_MUTED : CallAudioEvent::AU… in SetMute() local
437 …VoipCallManagerProxy::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) in SendCallUiEvent()462 …agerProxy::ReportCallAudioEventChange(std::string voipCallId, const CallAudioEvent &callAudioEvent) in ReportCallAudioEventChange()
569 CallAudioEvent callAudioEvent = CallAudioEvent::AUDIO_EVENT_MUTED; variable