Home
last modified time | relevance | path

Searched refs:devicePath (Results 1 – 8 of 8) 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/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/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc698 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()
Ddevice_info_ds.h82 static void GetProductId(const char* devicePath,
/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()
/external/skia/src/xps/
DSkXPSDevice.h253 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()