Home | History | Annotate | Download | only in evdev

Lines Matching full:c_str

88         ALOGV("closing %s (fd=%d)", mPath.c_str(), mFd);
157 auto fd = TEMP_FAILURE_RETRY(::open(path.c_str(), O_RDONLY | O_NONBLOCK | O_CLOEXEC));
159 ALOGE("could not open evdev device %s. err=%d", path.c_str(), errno);
178 path.c_str(), ret);
189 ALOGV("could not get device name for %s.", mPath.c_str());
197 ALOGE("could not get driver version for %s. err=%d", mPath.c_str(), errno);
203 ALOGE("could not get device input id for %s. err=%d", mPath.c_str(), errno);
212 ALOGV("could not get location for %s.", mPath.c_str());
219 ALOGV("could not get unique id for %s.", mPath.c_str());
225 ALOGV("add device %s", mPath.c_str());
236 mName.c_str(), mLocation.c_str(), mUniqueId.c_str(),
258 axis, mPath.c_str(), mFd, errno);
365 axis, mPath.c_str(), mFd, errno);
386 mPath.c_str(), errno);
398 mPath.c_str(), errno);
415 mPath.c_str(), errno);
425 mPath.c_str(), errno);
499 ALOGV("registering device path %s", path.c_str());
500 int wd = inotify_add_watch(mINotifyFd, path.c_str(), IN_DELETE | IN_CREATE);
502 ALOGE("Could not add %s to INotify watch. errno=%d", path.c_str(), errno);
700 ALOGV("inotify event for path %s", path.c_str());
705 ALOGE("could not open device node %s. err=%d", path.c_str(), res);
714 ALOGW("Could not close device %s. errno=%d", path.c_str(), ret);
719 ALOGW("could not find device node for %s", path.c_str());
732 auto dir = ::opendir(path.c_str());
734 ALOGE("could not open device path %s to scan for devices. err=%d", path.c_str(), errno);
746 ALOGE("could not open device node %s", filename.c_str());
756 ALOGV("opening %s...", path.c_str());
763 ALOGV("opened %s with fd %d", path.c_str(), fd);