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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanager.cc 77 static bool GetAudioDeviceName(AudioDeviceID id, bool input, std::string* out);
104 if (GetAudioDeviceName(dev_ids[i], input, &name)) {
157 static bool GetAudioDeviceName(AudioDeviceID id,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 147 static bool GetAudioDeviceName(AudioDeviceID id, bool input, std::string* out);
372 if (GetAudioDeviceName(dev_ids[i], input, &name)) {
658 static bool GetAudioDeviceName(AudioDeviceID id,

Completed in 4030 milliseconds