Searched refs:device_path (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/ui/
H A DEventHub.cpp83 static const char *device_path = "/dev/input"; member in namespace:android
518 res = inotify_add_watch(mFDs[0].fd, device_path, IN_DELETE | IN_CREATE);
520 LOGE("could not add watch for %s, %s\n", device_path, strerror(errno));
530 res = scanDir(device_path);
532 LOGE("scan dir failed for %s\n", device_path);
949 strcpy(devname, device_path);
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp257 const char *device_path = NULL; local
294 &device_path, DBUS_TYPE_INVALID)
295 || !device_path){
302 return device_path;

Completed in 52 milliseconds