Home
last modified time | relevance | path

Searched refs:ReportAudioDeviceChange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp276 DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAudioDeviceChange(info_); in ResetDistributedCallDevicesList()
463 ReportAudioDeviceChange(device); in SetCurrentAudioDevice()
490 int32_t AudioDeviceManager::ReportAudioDeviceChange(const AudioDevice &device) in ReportAudioDeviceChange() function in OHOS::Telephony::AudioDeviceManager
569 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAudioDeviceChange(info_); in ReportAudioDeviceInfo()
/ohos5.0/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_report_proxy.h43 int32_t ReportAudioDeviceChange(const AudioDeviceInfo &info);
/ohos5.0/base/telephony/call_manager/services/audio/include/
H A Daudio_device_manager.h50 int32_t ReportAudioDeviceChange(const AudioDevice &device);
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp284 int32_t CallAbilityReportProxy::ReportAudioDeviceChange(const AudioDeviceInfo &info) in ReportAudioDeviceChange() function in OHOS::Telephony::CallAbilityReportProxy
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1430 return DelayedSingleton<AudioDeviceManager>::GetInstance()->ReportAudioDeviceChange(device); in ReportAudioDeviceInfo()