Home
last modified time | relevance | path

Searched refs:devicePath (Results 1 – 10 of 10) sorted by relevance

/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py70 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/
DGrClipStack.cpp226 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 …]
DGrClipStack.h120 SkPath* devicePath() const { return &fDevicePath; } in devicePath() function
/external/rmi4utils/rmidevice/
Dhiddevice.cpp631 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/modules/video_capture/windows/
Ddevice_info_ds.cc550 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()
Ddevice_info_ds.h75 static void GetProductId(const char* devicePath,
/external/skia/src/xps/
DSkXPSDevice.h249 const SkPath& devicePath,
DSkXPSDevice.cpp1673 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/
DSkXPSDevice.h257 const SkPath& devicePath,
DSkXPSDevice.cpp1683 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()