Home
last modified time | relevance | path

Searched defs:devicePath (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java128 String devicePath = "path/somewhere/file.txt"; in testDeleteFile() local
144 String devicePath = "path/somewhere/file.txt"; in testDeleteFile_fail() local
163 String devicePath = "path/somewhere/file.txt"; in testError() local
183 String devicePath = "path/somewhere/file.txt"; in testPushFile() local
205 String devicePath = "path/somewhere/file.txt"; in testPushFile_notExists() local
220 String devicePath = "path/somewhere/file.txt"; in testPushFile_directory() local
231 String devicePath = "path/somewhere/file.txt"; in testPullFile_verifyShellCommand() local
260 String devicePath = "path/somewhere/file.txt"; in testPullFile_createLocalFileIfNotExist() local
307 String devicePath = "path/somewhere"; in testPullDir_OneFile() local
336 String devicePath = "path/somewhere"; in testPullDir_RecursiveSubDir() local
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceShellFuncTest.java61 String devicePath = null; in testExecuteShellCommand_basic() local
102 String devicePath = null; in testExecuteShellCommandV2_basic() local
/aosp_15_r20/tools/tradefederation/core/util_apps/ContentProvider/hostsidetests/src/com/android/tradefed/contentprovider/
DContentProviderTest.java99 String devicePath = "/sdcard/" + tmpFile.getName(); in testPushFile() local
114 String devicePath = "/sdcard/" + tmpFile.getName(); in testDeleteFile() local
/aosp_15_r20/hardware/google/pixel/powerstats/dataproviders/
DIioEnergyMeterDataSelector.cpp73 std::string devicePath = devicePathPair.first; in applyConfigToDevices() local
116 std::string devicePath = devicePathPair.first; in sendConfigurationComplete() local
DIioEnergyMeterDataProvider.cpp53 std::string devicePath = kIioRootDir + devTypeDir; in findIioEnergyMeterNodes() local
198 for (const auto &devicePath : mDevicePaths) { in readEnergyMeter() local
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DTouchVideoDevice.cpp39 TouchVideoDevice::TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, in TouchVideoDevice()
51 std::unique_ptr<TouchVideoDevice> TouchVideoDevice::create(std::string devicePath) { in create()
H A DEventHub.cpp249 static std::optional<std::filesystem::path> getSysfsRootPath(const char* devicePath) { in getSysfsRootPath()
2247 void EventHub::openDeviceLocked(const std::string& devicePath) { in openDeviceLocked()
2563 void EventHub::openVideoDeviceLocked(const std::string& devicePath) { in openVideoDeviceLocked()
2715 void EventHub::closeDeviceByPathLocked(const std::string& devicePath) { in closeDeviceByPathLocked()
2729 void EventHub::closeVideoDeviceByPathLocked(const std::string& devicePath) { in closeVideoDeviceByPathLocked()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DJavaCodeCoverageCollectorTest.java510 private void mockCoverageFileOnDevice(String devicePath) in mockCoverageFileOnDevice()
577 private static HashMap<String, Metric> createMetricsWithCoverageMeasurement(String devicePath) { in createMetricsWithCoverageMeasurement()
/aosp_15_r20/hardware/interfaces/rebootescrow/aidl/default/include/rebootescrow-impl/
H A DRebootEscrow.h28 explicit RebootEscrow(const std::string& devicePath) : devicePath_(devicePath) {} in RebootEscrow()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFileInvoker.java60 String devicePath = String.format("/data/%s", file); in setUp() local
/aosp_15_r20/cts/hostsidetests/testharness/src/android/testharness/cts/
H A DTestHarnessModeDeviceTest.java141 private void assertFileExists(String devicePath) throws DeviceNotAvailableException { in assertFileExists()
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/test/
H A DHidRawDeviceTest.cpp34 static void test(const char *devicePath) { in test()
/aosp_15_r20/hardware/interfaces/power/stats/1.0/default/
H A DPowerStats.h49 std::string devicePath; member
H A DPowerStats.cpp175 for (const auto& devicePath : mPm.devicePaths) { in parseIioEnergyNodes() local
/aosp_15_r20/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
H A Dkernel_ExternalUsbPeripheralsDetectionStress.py70 def check_driver_symlink_and_dir(self, devicePath, productName): argument
/aosp_15_r20/external/cronet/test_runner/src/com.android.tests.chromium.host/
H A DChromiumHostDrivenTest.java167 String devicePath; in createFlagFileOnDevice() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DExtconUEventObserver.java79 String devicePath = extconInfo.getDevicePath(); in startObserving() local
/aosp_15_r20/hardware/google/pixel/thermal/utils/
Dpower_files.cpp146 std::string devicePath; in findEnergySourceToWatch() local
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DBrailleDisplayConnection.java174 final Path devicePath = Path.of("/dev"); in connectLocked() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java316 String devicePath = "/data/local/tmp/" + flagFile.getName(); in createFlagFile() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DComputePathAtlas.cpp244 SkPath devicePath = shape.asPath(); in add_shape_to_scene() local
H A DDevice.cpp1240 SkPath devicePath = geometry.shape().asPath(); in drawGeometry() local
1512 SkPath devicePath = geometry.shape().asPath(); in drawClipShape() local
/aosp_15_r20/art/libnativeloader/test/src/android/test/hostside/
H A DLibnativeloaderTest.java183 void addPath(String devicePath) throws DeviceNotAvailableException { in addPath()
/aosp_15_r20/external/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.cc552 void DeviceInfoDS::GetProductId(const char* devicePath, in GetProductId()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DProcessBuilderTest.java60 String devicePath = System.getenv("ANDROID_ROOT") + desktopPath; in commandPath() local

123