HomeSort by relevance Sort by last modified time
    Searched full:meta_file_path (Results 1 - 1 of 1) sorted by null

  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 210 std::string meta_file_path; local
213 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/name";
215 LOG(LS_INFO) << "Trying " + meta_file_path;
216 device_name = GetVideoDeviceNameK2_6(meta_file_path);
219 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/model";
221 LOG(LS_INFO) << "Trying " << meta_file_path;
222 device_name = GetVideoDeviceNameK2_6(meta_file_path);
225 meta_file_path = kVideoMetaPathK2_4 + device_file_name;
226 LOG(LS_INFO) << "Trying " << meta_file_path;
227 device_name = GetVideoDeviceNameK2_4(meta_file_path);
    [all...]

Completed in 46 milliseconds