Searched refs:device_meta_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdevicemanager.cc155 static std::string GetVideoDeviceNameK2_6(const std::string& device_meta_path) { argument
159 rtc::Filesystem::OpenFile(device_meta_path, "r"));
163 LOG(LS_ERROR) << "Failed to read V4L2 device meta " << device_meta_path;
181 static std::string GetVideoDeviceNameK2_4(const std::string& device_meta_path) { argument
186 rtc::Filesystem::OpenFile(device_meta_path, "r");
208 std::string device_meta_path; local

Completed in 61 milliseconds