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

/frameworks/native/services/inputflinger/
H A DEventHub.cpp711 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const {
714 if (device->path == devicePath) {
1068 status_t EventHub::openDeviceLocked(const char *devicePath) { argument
1071 ALOGV("Opening device: %s", devicePath);
1073 int fd = open(devicePath, O_RDWR | O_CLOEXEC);
1075 ALOGE("could not open %s, %s\n", devicePath, strerror(errno));
1083 //fprintf(stderr, "could not get device name for %s, %s\n", devicePath, strerror(errno));
1093 ALOGI("ignoring event id %s driver %s\n", devicePath, item.string());
1102 ALOGE("could not get driver version for %s, %s\n", devicePath, strerror(errno));
1110 ALOGE("could not get device input id for %s, %s\n", devicePath, strerro
1532 closeDeviceByPathLocked(const char *devicePath) argument
[all...]

Completed in 1041 milliseconds