Home
last modified time | relevance | path

Searched refs:audioDeviceList (Results 1 – 8 of 8) sorted by relevance

/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp63 info_.audioDeviceList.push_back(speaker); in Init()
68 info_.audioDeviceList.push_back(earpiece); in Init()
74 std::vector<AudioDevice>::iterator it = info_.audioDeviceList.begin(); in AddAudioDeviceList()
75 while (it != info_.audioDeviceList.end()) { in AddAudioDeviceList()
81 it = info_.audioDeviceList.erase(it); in AddAudioDeviceList()
101 info_.audioDeviceList.push_back(audioDevice); in AddAudioDeviceList()
116 std::vector<AudioDevice>::iterator it = info_.audioDeviceList.begin(); in RemoveAudioDeviceList()
117 while (it != info_.audioDeviceList.end()) { in RemoveAudioDeviceList()
122 it = info_.audioDeviceList.erase(it); in RemoveAudioDeviceList()
130 for (auto &elem : info_.audioDeviceList) { in RemoveAudioDeviceList()
[all …]
/base/telephony/call_manager/test/unittest/ui_client/
Dcall_manager_callback_test.cpp114 for (size_t i = 0; i < info.audioDeviceList.size(); i++) { in OnReportAudioDeviceChange()
116 … << "] deviceType:" << static_cast<int32_t>(info.audioDeviceList[i].deviceType) << " " in OnReportAudioDeviceChange()
117 … << "audioDeviceList[" << i << "] address:" << info.audioDeviceList[i].address << std::endl; in OnReportAudioDeviceChange()
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_system_manager_adapter_impl.cpp213 auto audioDeviceList = AudioSystemManager::GetInstance()->GetDevices(deviceFlag); in GetDevices() local
215 for (auto audioDevice : audioDeviceList) { in GetDevices()
248 auto audioDeviceList = AudioSystemManager::GetInstance()->GetDevices(deviceFlag); in SelectAudioDevice() local
249 for (auto device : audioDeviceList) { in SelectAudioDevice()
/base/telephony/call_manager/services/call_report/src/
Dcall_ability_callback_proxy.cpp249 size_t audioDeviceListLength = info.audioDeviceList.size(); in OnReportAudioDeviceChange()
251 for (auto &audioDevice : info.audioDeviceList) { in OnReportAudioDeviceChange()
/base/telephony/call_manager/frameworks/native/src/
Dcall_ability_callback_stub.cpp235 info.audioDeviceList.push_back(*audioDevicePtr); in OnUpdateAudioDeviceChange()
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts2523 audioDeviceList: Array<AudioDevice>; property
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h2021 std::vector<AudioDevice> audioDeviceList {};
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_ability_callback.cpp799 std::vector<AudioDevice>::iterator it = info.audioDeviceList.begin(); in ReportAudioDeviceInfo()
801 for (; it != info.audioDeviceList.end(); ++it) { in ReportAudioDeviceInfo()