Home
last modified time | relevance | path

Searched refs:audioDeviceList (Results 1 - 7 of 7) sorted by relevance

/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp76 info_.audioDeviceList.push_back(speaker); in Init()
81 info_.audioDeviceList.push_back(earpiece); in Init()
87 std::vector<std::unique_ptr<AudioDeviceDescriptor>> audioDeviceList = in IsSupportEarpiece() local
89 for (auto& audioDevice : audioDeviceList) { in IsSupportEarpiece()
104 std::vector<AudioDevice>::iterator it = info_.audioDeviceList.begin(); in UpdateEarpieceDevice()
105 while (it != info_.audioDeviceList.end()) { in UpdateEarpieceDevice()
107 it = info_.audioDeviceList.erase(it); in UpdateEarpieceDevice()
119 std::vector<AudioDevice>::iterator it = info_.audioDeviceList.begin(); in UpdateBluetoothDeviceName()
120 while (it != info_.audioDeviceList.end()) { in UpdateBluetoothDeviceName()
146 std::vector<AudioDevice>::iterator it = info_.audioDeviceList in AddAudioDeviceList()
[all...]
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp262 std::vector<std::unique_ptr<AudioDeviceDescriptor>> audioDeviceList; in GetDevices() local
264 audioDeviceList = AudioRoutingManager::GetInstance()->GetAvailableDevices( in GetDevices()
267 audioDeviceList = AudioRoutingManager::GetInstance()->GetAvailableDevices(AudioDeviceUsage::CALL_INPUT_DEVICES); in GetDevices()
269 audioDeviceList = AudioRoutingManager::GetInstance()->GetAvailableDevices( in GetDevices()
274 for (auto& audioDevice : audioDeviceList) { in GetDevices()
342 std::vector<std::unique_ptr<AudioDeviceDescriptor>> audioDeviceList; in SelectAudioDeviceById() local
344 audioDeviceList = AudioRoutingManager::GetInstance()->GetAvailableDevices( in SelectAudioDeviceById()
347 audioDeviceList = AudioRoutingManager::GetInstance()->GetAvailableDevices( in SelectAudioDeviceById()
350 for (auto& device : audioDeviceList) { in SelectAudioDeviceById()
/base/telephony/call_manager/test/unittest/ui_client/
H A Dcall_manager_callback_test.cpp114 for (size_t i = 0; i < info.audioDeviceList.size(); i++) { in OnReportAudioDeviceChange()
115 std::cout << "audioDeviceList[" << 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/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_inner_type.h789 std::vector<AudioDevice> audioDeviceList {};
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_proxy.cpp248 size_t audioDeviceListLength = info.audioDeviceList.size(); in OnReportAudioDeviceChange()
250 for (auto &audioDevice : info.audioDeviceList) { in OnReportAudioDeviceChange()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback_stub.cpp239 info.audioDeviceList.push_back(*audioDevicePtr); in OnUpdateAudioDeviceChange()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp1015 std::vector<AudioDevice>::iterator it = info.audioDeviceList.begin(); in ReportAudioDeviceInfo()
1017 for (; it != info.audioDeviceList.end(); ++it) { in ReportAudioDeviceInfo()
1026 napi_set_named_property(env, callbackValues[ARRAY_INDEX_FIRST], "audioDeviceList", audioDeviceListValue); in ReportAudioDeviceInfo()

Completed in 9 milliseconds