Lines Matching refs:mPath
88 ALOGV("closing %s (fd=%d)", mPath.c_str(), mFd); in ~EvdevDeviceNode()
95 virtual const std::string& getPath() const override { return mPath; } in getPath()
125 mFd(fd), mPath(path) {} in EvdevDeviceNode()
131 std::string mPath; member in android::EvdevDeviceNode
189 ALOGV("could not get device name for %s.", mPath.c_str()); in queryProperties()
197 ALOGE("could not get driver version for %s. err=%d", mPath.c_str(), errno); in queryProperties()
203 ALOGE("could not get device input id for %s. err=%d", mPath.c_str(), errno); in queryProperties()
212 ALOGV("could not get location for %s.", mPath.c_str()); in queryProperties()
219 ALOGV("could not get unique id for %s.", mPath.c_str()); in queryProperties()
225 ALOGV("add device %s", mPath.c_str()); in queryProperties()
258 axis, mPath.c_str(), mFd, errno); in queryAxisInfo()
365 axis, mPath.c_str(), mFd, errno); in getAbsoluteAxisValue()
386 mPath.c_str(), errno); in vibrate()
398 mPath.c_str(), errno); in vibrate()
415 mPath.c_str(), errno); in cancelVibrate()
425 mPath.c_str(), errno); in disableDriverKeyRepeat()