/external/autotest/client/site_tests/network_VPNConnect/ |
network_VPNConnect.py | 60 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 61 return self._shill_proxy.find_object('Service', {'Device': device_path})
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Load.c | 100 // Convert to DEVICE_PATH
|
/external/kernel-headers/original/uapi/linux/ |
edd.h | 168 } device_path; member in struct:edd_device_params
|
/hardware/intel/bootstub/ |
bootparam.h | 232 } device_path; member in struct:edd_device_params
|
/hardware/libhardware/modules/camera/3_4/ |
v4l2_wrapper.cpp | 55 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { 56 return new V4L2Wrapper(device_path); 59 V4L2Wrapper::V4L2Wrapper(const std::string device_path) 60 : device_path_(std::move(device_path)), connection_count_(0) {}
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
edd.h | 167 } device_path; member in struct:edd_device_params
|
/external/autotest/client/cros/ |
dhcp_test_base.py | 97 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path) 98 return self.shill_proxy.find_object('Service', {'Device': device_path})
|
/system/core/fastboot/ |
usb_linux.cpp | 172 snprintf(info.device_path, sizeof(info.device_path), "usb:%s", sysfs_name);
|
usb_osx.cpp | 336 snprintf(handle->info.device_path, sizeof(handle->info.device_path),
|
usb_windows.cpp | 305 info.device_path[0] = 0;
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
bluez_test_utils.py | 186 device_path = "org/bluez/hci0/" + addr 191 if device_path in path:
|
/frameworks/native/services/inputflinger/ |
EventHub.cpp | 73 static const char *DEVICE_PATH = "/dev/input"; 213 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); 215 DEVICE_PATH, errno); [all...] |
/external/syslinux/com32/gplinclude/disk/ |
geom.h | 181 } device_path; member in struct:edd_device_parameters
|
/external/autotest/client/cros/networking/ |
shill_proxy.py | 594 device_path = properties.get(self.SERVICE_PROPERTY_DEVICE, None) 595 if device_path == device.object_path:
|
/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/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/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));
|
/external/autotest/client/cros/power/ |
power_status.py | [all...] |
/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/tensorflow/tensorflow/core/debug/ |
debug_io_utils_test.cc | 67 debug_node_key.device_path);
|
/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/msm8996/sdm/include/private/ |
hw_info_types.h | 132 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
|