Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc489 UINT number_of_active_devices = 0; in GetDeviceNamesInternal() local
490 _com_error error = collection->GetCount(&number_of_active_devices); in GetDeviceNamesInternal()
497 if (number_of_active_devices == 0) { in GetDeviceNamesInternal()
507 for (UINT i = 0; i < number_of_active_devices; ++i) { in GetDeviceNamesInternal()
532 if (device_names->size() != number_of_active_devices) { in GetDeviceNamesInternal()
691 UINT number_of_active_devices = 0; in NumberOfActiveDevices() local
692 collection->GetCount(&number_of_active_devices); in NumberOfActiveDevices()
701 RTC_DLOG(INFO) << str << number_of_active_devices; in NumberOfActiveDevices()
702 return static_cast<int>(number_of_active_devices); in NumberOfActiveDevices()