HomeSort by relevance Sort by last modified time
    Searched defs:GetAudioOutputDevices (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/devices/
devicemanager.cc 99 if (GetAudioOutputDevices(&devices) && !devices.empty()) {
112 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) {
289 GetAudioOutputDevices(&devices);
fakedevicemanager.h 69 virtual bool GetAudioOutputDevices(std::vector<Device>* devs) {

Completed in 47 milliseconds