/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/contentprovider/ |
D | ContentProviderHandlerTest.java | 128 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/ |
D | TestDeviceShellFuncTest.java | 61 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/ |
D | ContentProviderTest.java | 99 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/ |
D | IioEnergyMeterDataSelector.cpp | 73 std::string devicePath = devicePathPair.first; in applyConfigToDevices() local 116 std::string devicePath = devicePathPair.first; in sendConfigurationComplete() local
|
D | IioEnergyMeterDataProvider.cpp | 53 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 D | TouchVideoDevice.cpp | 39 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 D | EventHub.cpp | 249 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/ |
D | JavaCodeCoverageCollectorTest.java | 510 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 D | RebootEscrow.h | 28 explicit RebootEscrow(const std::string& devicePath) : devicePath_(devicePath) {} in RebootEscrow()
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | PushFileInvoker.java | 60 String devicePath = String.format("/data/%s", file); in setUp() local
|
/aosp_15_r20/cts/hostsidetests/testharness/src/android/testharness/cts/ |
H A D | TestHarnessModeDeviceTest.java | 141 private void assertFileExists(String devicePath) throws DeviceNotAvailableException { in assertFileExists()
|
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
H A D | HidRawDeviceTest.cpp | 34 static void test(const char *devicePath) { in test()
|
/aosp_15_r20/hardware/interfaces/power/stats/1.0/default/ |
H A D | PowerStats.h | 49 std::string devicePath; member
|
H A D | PowerStats.cpp | 175 for (const auto& devicePath : mPm.devicePaths) { in parseIioEnergyNodes() local
|
/aosp_15_r20/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
H A D | kernel_ExternalUsbPeripheralsDetectionStress.py | 70 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 D | ChromiumHostDrivenTest.java | 167 String devicePath; in createFlagFileOnDevice() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/ |
H A D | ExtconUEventObserver.java | 79 String devicePath = extconInfo.getDevicePath(); in startObserving() local
|
/aosp_15_r20/hardware/google/pixel/thermal/utils/ |
D | power_files.cpp | 146 std::string devicePath; in findEnergySourceToWatch() local
|
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | BrailleDisplayConnection.java | 174 final Path devicePath = Path.of("/dev"); in connectLocked() local
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTest.java | 316 String devicePath = "/data/local/tmp/" + flagFile.getName(); in createFlagFile() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ComputePathAtlas.cpp | 244 SkPath devicePath = shape.asPath(); in add_shape_to_scene() local
|
H A D | Device.cpp | 1240 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 D | LibnativeloaderTest.java | 183 void addPath(String devicePath) throws DeviceNotAvailableException { in addPath()
|
/aosp_15_r20/external/webrtc/modules/video_capture/windows/ |
H A D | device_info_ds.cc | 552 void DeviceInfoDS::GetProductId(const char* devicePath, in GetProductId()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | ProcessBuilderTest.java | 60 String devicePath = System.getenv("ANDROID_ROOT") + desktopPath; in commandPath() local
|