| /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
| edd.h | 176 } device_path; member in struct:edd_device_params
|
| /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
| edd.h | 176 } device_path; member in struct:edd_device_params
|
| /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
| edd.h | 176 } device_path; member in struct:edd_device_params
|
| /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
| edd.h | 176 } device_path; member in struct:edd_device_params
|
| /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
| edd.h | 176 } device_path; member in struct:edd_device_params
|
| /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
| edd.h | 176 } 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})
|
| power_status.py | [all...] |
| /external/skia/infra/bots/flavor/ |
| android_flavor.py | 146 def copy_file_to_device(self, host_path, device_path): 150 cmd=['push', host_path, device_path],
|
| /system/connectivity/shill/ |
| device_info.cc | 418 FilePath device_path; local 419 if (!base::ReadSymbolicLink(device_file, &device_path)) { 424 if (!device_path.IsAbsolute()) { 425 device_path = 426 base::MakeAbsoluteFilePath(device_file.DirName().Append(device_path)); 434 return HasSubdir(device_path.DirName(), FilePath("tty")); [all...] |
| device_info_unittest.cc | [all...] |
| /external/autotest/client/cros/networking/ |
| shill_proxy.py | 554 device_path = properties.get(self.SERVICE_PROPERTY_DEVICE, None) 555 if device_path == device.object_path:
|
| /system/core/fastboot/ |
| usb_linux.cpp | 168 snprintf(info.device_path, sizeof(info.device_path), "usb:%s", sysfs_name);
|
| usb_osx.cpp | 355 snprintf(handle->info.device_path, sizeof(handle->info.device_path),
|
| usb_windows.cpp | 305 info.device_path[0] = 0;
|
| /external/libchrome/base/files/ |
| file_util.h | 283 BASE_EXPORT bool DevicePathToDriveLetterPath(const FilePath& device_path,
|
| /hardware/bsp/intel/peripheral/libmraa/src/x86/ |
| intel_minnow_byt_compatible.c | 206 b->uart_dev[0].device_path = "/dev/ttyS0";
|
| intel_galileo_rev_d.c | 435 b->uart_dev[0].device_path = "/dev/ttyS0"; 439 b->uart_dev[1].device_path = "/dev/ttyS1";
|
| /hardware/intel/bootstub/ |
| bootparam.h | 232 } device_path; member in struct:edd_device_params
|
| /external/autotest/client/cros/bluetooth/ |
| bluetooth_device_xmlrpc_server.py | 37 def RequestPinCode(self, device_path): 42 @param device_path: The object path of the device. 47 logging.info('RequestPinCode for %s, return %s', device_path, self._pin)
|
| /external/chromium-trace/catapult/telemetry/telemetry/testing/ |
| system_stub.py | 97 def ReadFile(self, device_path, as_root=False): 98 del device_path, as_root # unused
|
| /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/msmcobalt/sdm/libs/core/fb/ |
| hw_info.cpp | 380 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; 407 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i));
|
| /hardware/bsp/intel/peripheral/libmraa/src/uart/ |
| uart.c | 177 mraa_uart_context dev = mraa_uart_init_raw((char*)plat->uart_dev[index].device_path);
|
| /hardware/qcom/display/msm8996/sdm/include/private/ |
| hw_info_types.h | 132 std::string device_path = ""; member in struct:sdm::HWRotatorInfo
|