Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp197 …t VoipCallConnection::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) in SendCallUiEvent()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp148 …CallAudioEvent callAudioEvent = mute == 1 ? CallAudioEvent::AUDIO_EVENT_MUTED : CallAudioEvent::AU… in SetMute() local
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dvoip_call_manager_proxy.cpp416 …VoipCallManagerProxy::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) in SendCallUiEvent()
441 …agerProxy::ReportCallAudioEventChange(std::string voipCallId, const CallAudioEvent &callAudioEvent) in ReportCallAudioEventChange()