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

  /system/vold/
Volume.cpp 225 char devicePath[255];
234 sprintf(devicePath, "/dev/block/vold/%d:%d",
237 if (initializeMbr(devicePath)) {
243 sprintf(devicePath, "/dev/block/vold/%d:%d",
247 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
250 if (Fat::format(devicePath, 0)) {
387 char devicePath[255];
389 sprintf(devicePath, "/dev/block/vold/%d:%d", MAJOR(deviceNodes[i]),
392 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
397 if (Fat::check(devicePath)) {
    [all...]
  /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...]
  /frameworks/base/services/input/
EventHub.cpp 518 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const {
521 if (device->path == devicePath) {
834 status_t EventHub::openDeviceLocked(const char *devicePath) {
837 LOGV("Opening device: %s", devicePath);
839 int fd = open(devicePath, O_RDWR);
841 LOGE("could not open %s, %s\n", devicePath, strerror(errno));
849 //fprintf(stderr, "could not get device name for %s, %s\n", devicePath, strerror(errno));
859 LOGI("ignoring event id %s driver %s\n", devicePath, item.string());
868 LOGE("could not get driver version for %s, %s\n", devicePath, strerror(errno));
876 LOGE("could not get device input id for %s, %s\n", devicePath, strerror(errno))
    [all...]
EventHub.h 306 status_t openDeviceLocked(const char *devicePath);
307 status_t closeDeviceByPathLocked(const char *devicePath);
317 Device* getDeviceByPathLocked(const char* devicePath) const;
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 370 /*package*/ void onHealthDevicePropertyChanged(String devicePath,
373 String address = mBluetoothService.getAddressFromObjectPath(devicePath);
428 /*package*/ void onHealthDeviceChannelChanged(String devicePath,
430 debugLog("onHealthDeviceChannelChanged: devicePath: " + devicePath +
433 String address = mBluetoothService.getAddressFromObjectPath(devicePath);
463 mBluetoothService.getMainChannelNative(devicePath);
465 errorLog("Main Channel Path is null for devicePath:" + devicePath);
BluetoothEventLoop.java     [all...]
BluetoothService.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeSymbolResolverTask.java 222 String devicePath = object.getLibraryName();
223 return devicePath.contains("/bin/");
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp     [all...]

Completed in 246 milliseconds