Searched refs:mPath (Results 1 – 7 of 7) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
D | InputHub.cpp | 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() [all …]
|
/hardware/libhardware/tests/input/evdev/ |
D | InputMocks.h | 35 virtual const std::string& getPath() const override { return mPath; } in getPath() 40 void setPath(const std::string& path) { mPath = path; } in setPath() 104 std::string mPath = "/test";
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.h | 624 char mPath[utils::MAX_PATH_LEN]; variable 637 mPath[0] = 0; in OvFD() 658 ::strlcpy(mPath, dev, sizeof(mPath)); in setPath() 685 mFD, mPath); in dump()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.h | 621 char mPath[utils::MAX_PATH_LEN]; variable 634 mPath[0] = 0; in OvFD() 655 ::strlcpy(mPath, dev, sizeof(mPath)); in setPath() 682 mFD, mPath); in dump()
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayUtils.h | 614 char mPath[utils::MAX_PATH_LEN]; variable 627 mPath[0] = 0; in OvFD() 648 ::strlcpy(mPath, dev, sizeof(mPath)); in setPath() 675 mFD, mPath); in dump()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.h | 785 char mPath[utils::MAX_PATH_LEN]; variable 798 mPath[0] = 0; in OvFD() 819 ::strlcpy(mPath, dev, sizeof(mPath)); in setPath() 846 mFD, mPath); in dump()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.h | 787 char mPath[utils::MAX_PATH_LEN]; variable 800 mPath[0] = 0; in OvFD() 821 ::strncpy(mPath, dev, utils::MAX_PATH_LEN); in setPath() 848 mFD, mPath); in dump()
|