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

  /external/chromium_org/third_party/libjingle/source/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...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 773 std::string meta_file_path; local
776 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/name";
778 LOG(LS_INFO) << "Trying " + meta_file_path;
779 device_name = GetVideoDeviceNameK2_6(meta_file_path);
782 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/model";
784 LOG(LS_INFO) << "Trying " << meta_file_path;
785 device_name = GetVideoDeviceNameK2_6(meta_file_path);
788 meta_file_path = kVideoMetaPathK2_4 + device_file_name;
789 LOG(LS_INFO) << "Trying " << meta_file_path;
790 device_name = GetVideoDeviceNameK2_4(meta_file_path);
    [all...]

Completed in 180 milliseconds