Home
last modified time | relevance | path

Searched refs:currentAudioDevice (Results 1 – 7 of 7) sorted by relevance

/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp353 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()
355 info_.currentAudioDevice.deviceType = audioDeviceType_; in ReportAudioDeviceChange()
366 …if (memcpy_s(info_.currentAudioDevice.address, kMaxAddressLen, address.c_str(), address.length()) … in ReportAudioDeviceChange()
376 info_.currentAudioDevice.deviceType, info_.currentAudioDevice.address); in ReportAudioDeviceChange()
/base/telephony/call_manager/test/unittest/ui_client/
Dcall_manager_callback_test.cpp111 … << "currentAudioDeviceType:" << static_cast<int32_t>(info.currentAudioDevice.deviceType) << " " in OnReportAudioDeviceChange()
112 << "address:" << info.currentAudioDevice.address << std::endl in OnReportAudioDeviceChange()
/base/telephony/call_manager/frameworks/native/src/
Dcall_ability_callback_stub.cpp237 info.currentAudioDevice = *audioDevicePtr; in OnUpdateAudioDeviceChange()
/base/telephony/call_manager/services/call_report/src/
Dcall_ability_callback_proxy.cpp254 dataParcel.WriteRawData((const void *)&info.currentAudioDevice, sizeof(AudioDevice)); in OnReportAudioDeviceChange()
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts2533 currentAudioDevice: AudioDevice; property
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h2025 AudioDevice currentAudioDevice; member
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_ability_callback.cpp792 static_cast<int32_t>(info.currentAudioDevice.deviceType)); in ReportAudioDeviceInfo()
794 env, currentAudioDeviceValue, "currentDeviceAddress", info.currentAudioDevice.address); in ReportAudioDeviceInfo()