Home
last modified time | relevance | path

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

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