Searched refs:audioDeviceList (Results 1 – 8 of 8) sorted by relevance
63 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 …]
114 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()
213 auto audioDeviceList = AudioSystemManager::GetInstance()->GetDevices(deviceFlag); in GetDevices() local215 for (auto audioDevice : audioDeviceList) { in GetDevices()248 auto audioDeviceList = AudioSystemManager::GetInstance()->GetDevices(deviceFlag); in SelectAudioDevice() local249 for (auto device : audioDeviceList) { in SelectAudioDevice()
249 size_t audioDeviceListLength = info.audioDeviceList.size(); in OnReportAudioDeviceChange()251 for (auto &audioDevice : info.audioDeviceList) { in OnReportAudioDeviceChange()
235 info.audioDeviceList.push_back(*audioDevicePtr); in OnUpdateAudioDeviceChange()
2523 audioDeviceList: Array<AudioDevice>; property
2021 std::vector<AudioDevice> audioDeviceList {};
799 std::vector<AudioDevice>::iterator it = info.audioDeviceList.begin(); in ReportAudioDeviceInfo()801 for (; it != info.audioDeviceList.end(); ++it) { in ReportAudioDeviceInfo()