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

  /external/chromium_org/ui/file_manager/file_manager/background/js/
device_handler.js 154 * @param {string} devicePath Device path.
158 DeviceHandler.Notification.prototype.show = function(devicePath, opt_message) {
160 var notificationId = this.makeId_(devicePath);
180 * @param {string} devicePath Device path.
182 DeviceHandler.Notification.prototype.showLater = function(devicePath) {
184 this.pendingShowTimerId_ = setTimeout(this.show.bind(this, devicePath), 5000);
189 * @param {string} devicePath Device path.
191 DeviceHandler.Notification.prototype.hide = function(devicePath) {
194 chrome.notifications.clear(this.makeId_(devicePath), callback);
200 * @param {string} devicePath Device path
    [all...]
  /system/vold/
Volume.cpp 251 char devicePath[255];
262 sprintf(devicePath, "/dev/block/vold/%d:%d",
265 if (initializeMbr(devicePath)) {
271 sprintf(devicePath, "/dev/block/vold/%d:%d",
275 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
278 if (Fat::format(devicePath, 0, wipe)) {
416 char devicePath[255];
418 sprintf(devicePath, "/dev/block/vold/%d:%d", major(deviceNodes[i]),
421 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
426 if (Fat::check(devicePath)) {
    [all...]
Volume.h 110 int extractMetadata(const char* devicePath);
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 169 this.selectDevice(this.devices[0].devicePath);
177 * @param {string} devicePath Selected device path.
179 onDeviceSelected: function(label, filePath, devicePath) {
182 devicePath);
184 this.selectedDevice = devicePath;
211 radioButton.id = 'radio-' + device.devicePath;
221 element.id = 'select-' + device.devicePath;
224 device.label, device.filePath, device.devicePath);
241 this.selectDevice(this.devices[0].devicePath);
257 this.selectDevice(device.devicePath);
    [all...]
  /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));
  /external/srec/srec/Nametag/src/
NametagsImpl.c 85 LCHAR devicePath[P_PATH_MAX];
99 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size));
101 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0)
102 LSTRCAT(devicePath, filename);
104 LSTRCPY(devicePath, filename);
105 file = pfopen ( devicePath, L("r"));
106 /* CHKLOG(rc, PFileSystemCreatePFile(devicePath, ESR_TRUE, &file));
202 LCHAR devicePath[P_PATH_MAX];
219 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size))
    [all...]
  /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());
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.h 82 static void GetProductId(const char* devicePath,
device_info_ds.cc 219 hr = pBag->Read(L"DevicePath", &varName, 0);
318 hr = pBag->Read(L"DevicePath", &varName, 0);
692 /* Constructs a product ID from the Windows DevicePath. on a USB device the devicePath contains product id and vendor id.
698 void DeviceInfoDS::GetProductId(const char* devicePath,
703 char* startPos = strstr((char*) devicePath, "\\\\?\\");
714 if (!pos || pos >= (char*) devicePath + strlen((char*) devicePath))
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java 90 String devicePath = NATIVE_TESTS_DIRECTORY + ANDROID_PATH_SEPARATOR + mExeName;
91 if (!mDevice.pushFile(nativeExe, devicePath)) {
  /frameworks/native/services/inputflinger/
EventHub.cpp 690 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const {
693 if (device->path == devicePath) {
    [all...]
EventHub.h 373 status_t openDeviceLocked(const char *devicePath);
378 status_t closeDeviceByPathLocked(const char *devicePath);
388 Device* getDeviceByPathLocked(const char* devicePath) const;
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 287 const SkPath& devicePath,
  /external/skia/include/device/xps/
SkXPSDevice.h 287 const SkPath& devicePath,
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 470 milliseconds