Searched refs:devicePath (Results 1 – 10 of 10) 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/skia/src/gpu/ |
D | GrClipStack.cpp | 226 SkPath devicePath; in analytic_clip_fp() local 227 e.fShape.asPath(&devicePath); in analytic_clip_fp() 228 devicePath.transform(e.fLocalToDevice); in analytic_clip_fp() 229 return GrConvexPolyEffect::Make(std::move(fp), edgeType, devicePath); in analytic_clip_fp() 241 SkPath* devicePath, in clip_atlas_fp() argument 247 if (devicePath->isEmpty()) { in clip_atlas_fp() 248 e.fShape.asPath(devicePath); in clip_atlas_fp() 249 devicePath->transform(e.fLocalToDevice); in clip_atlas_fp() 250 SkASSERT(!devicePath->isEmpty()); in clip_atlas_fp() 253 SkASSERT(!devicePath->isInverseFillType()); in clip_atlas_fp() [all …]
|
D | GrClipStack.h | 120 SkPath* devicePath() const { return &fDevicePath; } in devicePath() function
|
/external/webrtc/modules/video_capture/windows/ |
D | device_info_ds.cc | 550 void DeviceInfoDS::GetProductId(const char* devicePath, in GetProductId() argument 554 char* startPos = strstr((char*)devicePath, "\\\\?\\"); in GetProductId() 563 if (!pos || pos >= (char*)devicePath + strlen((char*)devicePath)) { in GetProductId()
|
D | device_info_ds.h | 75 static void GetProductId(const char* 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/skia/src/xps/ |
D | SkXPSDevice.h | 249 const SkPath& devicePath,
|
D | SkXPSDevice.cpp | 1673 SkPath* devicePath = xpsCompatiblePath; in drawPath() local 1676 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath() 1677 xpsCompatiblePath->transform(matrix, devicePath); in drawPath() 1680 stroke, fill, *devicePath)); in drawPath()
|
/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()
|