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

/frameworks/native/services/inputflinger/
H A DEventHub.cpp690 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const {
693 if (device->path == devicePath) {
1051 status_t EventHub::openDeviceLocked(const char *devicePath) { argument
1054 ALOGV("Opening device: %s", devicePath);
1056 int fd = open(devicePath, O_RDWR | O_CLOEXEC);
1058 ALOGE("could not open %s, %s\n", devicePath, strerror(errno));
1066 //fprintf(stderr, "could not get device name for %s, %s\n", devicePath, strerror(errno));
1076 ALOGI("ignoring event id %s driver %s\n", devicePath, item.string());
1085 ALOGE("could not get driver version for %s, %s\n", devicePath, strerror(errno));
1093 ALOGE("could not get device input id for %s, %s\n", devicePath, strerro
1478 closeDeviceByPathLocked(const char *devicePath) argument
[all...]
H A DEventHub.h373 status_t openDeviceLocked(const char *devicePath);
378 status_t closeDeviceByPathLocked(const char *devicePath);
388 Device* getDeviceByPathLocked(const char* devicePath) const;

Completed in 125 milliseconds