HomeSort by relevance Sort by last modified time
    Searched refs:device_path (Results 51 - 70 of 70) sorted by null

1 23

  /external/libchrome/base/files/
file_util.h 288 BASE_EXPORT bool DevicePathToDriveLetterPath(const FilePath& device_path,
  /hardware/intel/bootstub/
bootparam.h 232 } device_path; member in struct:edd_device_params
  /system/core/fastboot/
usb_windows.cpp 305 info.device_path[0] = 0;
fastboot.cpp 208 strcmp(local_serial, info->device_path) != 0)) return -1;
230 if (strlen(info->device_path) > 0) printf(" %s", info->device_path);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 378 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator";
405 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 132 std::string device_path = ""; member in struct:sdm::HWRotatorInfo
  /hardware/qcom/display/msm8909/sdm/include/private/
hw_info_types.h 131 std::string device_path = ""; member in struct:sdm::HWRotatorInfo
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
hw_info_types.h 131 std::string device_path = ""; member in struct:sdm::HWRotatorInfo
  /hardware/qcom/display/msm8998/sdm/include/private/
hw_info_types.h 130 std::string device_path = ""; member in struct:sdm::HWRotatorInfo
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_info.cpp 377 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator";
406 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_info.cpp 373 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator";
402 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_info.cpp 372 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator";
401 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 43 def push_file_to_device(ad, file_path, device_path, config_path):
49 device_path: File path on the device as destination
61 ad.adb.push("{} {}".format(file_path, device_path))
    [all...]
  /external/autotest/client/cros/power/
power_status.py     [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils_test.cc 67 debug_node_key.device_path);
debug_io_utils.cc 596 io::JoinPath(dump_root_dir, debug_node_key.device_path,
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_info_drm.cpp 456 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_info_drm.cpp 445 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.cpp 445 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
  /system/core/adb/client/
usb_libusb.cpp 398 std::string device_path = get_device_dev_path(device);

Completed in 498 milliseconds

1 23