HomeSort by relevance Sort by last modified time
    Searched refs:devicePath (Results 1 - 8 of 8) sorted by null

  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 107 final String devicePath = String.format("%s/%s", externalStorePath, "tmp_testPushPull.txt");
113 device.executeShellCommand(String.format("rm %s", devicePath));
121 assertTrue("Could not push file", device.pushFile(testFile, devicePath));
122 assertTrue("Unsuccessful transfer", device.doesFileExist(devicePath));
124 assertTrue("Could not pull file", device.pullFile(devicePath, tmpFile));
129 device.executeShellCommand(String.format("rm %s", devicePath));
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 204 String8 devicePath = String8::format("%s/pcmC%dD%d%c",
207 ALOGD("AudioHotplugThread::getDeviceInfo opening %s", devicePath.string());
208 int alsaFD = open(devicePath.string(), O_RDONLY);
210 ALOGE("AudioHotplugThread::getDeviceInfo open failed for %s", devicePath.string());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java 130 String devicePath = NATIVE_TESTS_DIRECTORY + ANDROID_PATH_SEPARATOR + mExeName;
131 if (!mDevice.pushFile(nativeExe, devicePath)) {
  /frameworks/native/services/inputflinger/
EventHub.cpp 697 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const {
700 if (device->path == devicePath) {
    [all...]
EventHub.h 379 status_t openDeviceLocked(const char *devicePath);
384 status_t closeDeviceByPathLocked(const char *devicePath);
394 Device* getDeviceByPathLocked(const char* devicePath) const;
  /external/skia/include/device/xps/
SkXPSDevice.h 291 const SkPath& devicePath,
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 7903 milliseconds