Home
last modified time | relevance | path

Searched refs:OnReportAudioDeviceChange (Results 1 - 15 of 15) sorted by relevance

/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_callback.h37 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
/base/telephony/call_manager/frameworks/native/include/
H A Di_call_ability_callback.h37 virtual int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) = 0;
H A Dcall_ability_callback.h40 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_callback_proxy.h38 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_callback.h94 virtual int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) = 0;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dcall_manager_callback_test.h37 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
H A Dcall_manager_callback_test.cpp108 int32_t CallManagerCallbackTest::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange() function in OHOS::Telephony::CallManagerCallbackTest
110 std::cout << "----------OnReportAudioDeviceChange--------" << std::endl in OnReportAudioDeviceChange()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback.cpp92 int32_t CallAbilityCallback::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange() function in OHOS::Telephony::CallAbilityCallback
96 return callbackPtr_->OnReportAudioDeviceChange(info); in OnReportAudioDeviceChange()
H A Dcall_ability_callback_stub.cpp246 result = OnReportAudioDeviceChange(info); in OnUpdateAudioDeviceChange()
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h91 int32_t OnReportAudioDeviceChange(const OHOS::Telephony::AudioDeviceInfo &info) override { return 0; }
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_callback.cpp91 int32_t NapiCallManagerCallback::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange() function in OHOS::Telephony::NapiCallManagerCallback
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h328 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange() function in OHOS::Telephony::CallAbilityCallbackStub
330 TELEPHONY_LOGI("OnReportAudioDeviceChange success!"); in OnReportAudioDeviceChange()
412 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange() function in OHOS::Telephony::CallManagerCallBackStub
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp290 ret = (*it)->OnReportAudioDeviceChange(info); in ReportAudioDeviceChange()
H A Dcall_ability_callback_proxy.cpp239 int32_t CallAbilityCallbackProxy::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange() function in OHOS::Telephony::CallAbilityCallbackProxy
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp729 callAbilityCallbackProxy.OnReportAudioDeviceChange(audioDeviceInfo); in HWTEST_F()

Completed in 8 milliseconds