Searched refs:devicePath (Results 1 – 8 of 8) sorted by relevance
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 70 def check_driver_symlink_and_dir(self, devicePath, productName): argument 81 self.host.run('ls -1 %s' % devicePath, 91 driver_path = os.path.join(devicePath, 124 devicePath = connected_device_dict['deviceInfo']['devicePath'] 128 lambda: self.host.path_exists(devicePath), 139 self.check_driver_symlink_and_dir(devicePath, productName)): 145 lambda: not self.host.path_exists(devicePath),
|
/external/rmi4utils/rmidevice/ |
D | hiddevice.cpp | 631 std::string devicePath; in FindTransportDevice() local 646 devicePath = devicePrefix + "devices/"; in FindTransportDevice() 648 devicesDir = opendir(devicePath.c_str()); in FindTransportDevice() 664 std::string fullLinkPath = devicePath + buf; in FindTransportDevice()
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | device_info_ds.cc | 698 void DeviceInfoDS::GetProductId(const char* devicePath, in GetProductId() argument 703 char* startPos = strstr((char*) devicePath, "\\\\?\\"); in GetProductId() 714 if (!pos || pos >= (char*) devicePath + strlen((char*) devicePath)) in GetProductId()
|
D | device_info_ds.h | 82 static void GetProductId(const char* devicePath,
|
/external/skqp/src/xps/ |
D | SkXPSDevice.h | 257 const SkPath& devicePath,
|
D | SkXPSDevice.cpp | 1683 SkPath* devicePath = xpsCompatiblePath; in drawPath() local 1686 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath() 1687 xpsCompatiblePath->transform(matrix, devicePath); in drawPath() 1690 stroke, fill, *devicePath)); in drawPath()
|
/external/skia/src/xps/ |
D | SkXPSDevice.h | 253 const SkPath& devicePath,
|
D | SkXPSDevice.cpp | 1683 SkPath* devicePath = xpsCompatiblePath; in drawPath() local 1686 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath() 1687 xpsCompatiblePath->transform(matrix, devicePath); in drawPath() 1690 stroke, fill, *devicePath)); in drawPath()
|