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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 88 static bool GetCoreAudioDevices(bool input, std::vector<Device>* devs);
155 if (!GetCoreAudioDevices(input, devs))
259 bool GetCoreAudioDevices(
299 LOG(LS_WARNING) << "GetCoreAudioDevices failed with hr " << hr;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 137 static bool GetCoreAudioDevices(bool input, std::vector<Device>* devs);
361 return GetCoreAudioDevices(input, devs);
474 bool GetCoreAudioDevices(bool input, std::vector<Device>* devs) {
513 LOG(LS_WARNING) << "GetCoreAudioDevices failed with hr " << hr;

Completed in 84 milliseconds