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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 354 bool DeviceManager::ShouldDeviceBeIgnored(const std::string& device_name,
380 if (ShouldDeviceBeIgnored(it->name, exclusion_list)) {
devicemanager.h 202 static bool ShouldDeviceBeIgnored(const std::string& device_name,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 127 static bool ShouldDeviceBeIgnored(const std::string& device_name);
235 return ShouldDeviceBeIgnored(d.name);
416 if (!ShouldDeviceBeIgnored(name_str)) {
966 static bool ShouldDeviceBeIgnored(const std::string& device_name) {

Completed in 1574 milliseconds