Searched refs:device_file_name (Results 1 – 1 of 1) sorted by relevance
207 const std::string& device_file_name) { in GetVideoDeviceName() argument213 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/name"; in GetVideoDeviceName()219 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/model"; in GetVideoDeviceName()225 meta_file_path = kVideoMetaPathK2_4 + device_file_name; in GetVideoDeviceName()231 device_name = "/dev/" + device_file_name; in GetVideoDeviceName()236 LOG(LS_INFO) << "Name for " << device_file_name << " is " << device_name; in GetVideoDeviceName()