Home
last modified time | relevance | path

Searched defs:callAudioEvent (Results 1 – 4 of 4) sorted by relevance

/base/telephony/call_manager/services/telephony_interaction/src/
Dvoip_call_connection.cpp205 …t VoipCallConnection::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) in SendCallUiEvent()
/base/telephony/call_manager/services/call/src/
Dvoip_call.cpp149 …CallAudioEvent callAudioEvent = mute == 1 ? CallAudioEvent::AUDIO_EVENT_MUTED : CallAudioEvent::AU… in SetMute() local
/base/telephony/call_manager/frameworks/native/src/
Dvoip_call_manager_proxy.cpp437 …VoipCallManagerProxy::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) in SendCallUiEvent()
462 …agerProxy::ReportCallAudioEventChange(std::string voipCallId, const CallAudioEvent &callAudioEvent) in ReportCallAudioEventChange()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
Dzero_branch7_test.cpp569 CallAudioEvent callAudioEvent = CallAudioEvent::AUDIO_EVENT_MUTED; variable