Lines Matching refs:mPath
74 ALOGV("closing %s (fd=%d)", mPath.c_str(), mFd); in ~EvdevDeviceNode()
81 virtual const std::string& getPath() const override { return mPath; } in getPath()
111 mFd(fd), mPath(path) {} in EvdevDeviceNode()
117 std::string mPath; member in android::EvdevDeviceNode
175 ALOGV("could not get device name for %s.", mPath.c_str()); in queryProperties()
183 ALOGE("could not get driver version for %s. err=%d", mPath.c_str(), errno); in queryProperties()
189 ALOGE("could not get device input id for %s. err=%d", mPath.c_str(), errno); in queryProperties()
198 ALOGV("could not get location for %s.", mPath.c_str()); in queryProperties()
205 ALOGV("could not get unique id for %s.", mPath.c_str()); in queryProperties()
211 ALOGV("add device %s", mPath.c_str()); in queryProperties()
244 axis, mPath.c_str(), mFd, errno); in queryAxisInfo()
351 axis, mPath.c_str(), mFd, errno); in getAbsoluteAxisValue()
372 mPath.c_str(), errno); in vibrate()
384 mPath.c_str(), errno); in vibrate()
401 mPath.c_str(), errno); in cancelVibrate()
411 mPath.c_str(), errno); in disableDriverKeyRepeat()