Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc210 std::string meta_file_path; in GetVideoDeviceName() local
213 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/name"; in GetVideoDeviceName()
215 LOG(LS_INFO) << "Trying " + meta_file_path; in GetVideoDeviceName()
216 device_name = GetVideoDeviceNameK2_6(meta_file_path); in GetVideoDeviceName()
219 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/model"; in GetVideoDeviceName()
221 LOG(LS_INFO) << "Trying " << meta_file_path; in GetVideoDeviceName()
222 device_name = GetVideoDeviceNameK2_6(meta_file_path); in GetVideoDeviceName()
225 meta_file_path = kVideoMetaPathK2_4 + device_file_name; in GetVideoDeviceName()
226 LOG(LS_INFO) << "Trying " << meta_file_path; in GetVideoDeviceName()
227 device_name = GetVideoDeviceNameK2_4(meta_file_path); in GetVideoDeviceName()