Home
last modified time | relevance | path

Searched refs:mPath (Results 1 – 12 of 12) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp74 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()
[all …]
/hardware/google/pixel/powerstats/
DWlanStateResidencyDataProvider.cpp37 : mPath(std::move(path)), mPowerEntityId(id) {} in WlanStateResidencyDataProvider()
55 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(mPath.c_str(), "r"), fclose); in getResults()
57 PLOG(ERROR) << __func__ << ":Failed to open file " << mPath; in getResults()
DGenericStateResidencyDataProvider.cpp158 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(mPath.c_str(), "r"), fclose); in getResults()
160 PLOG(ERROR) << __func__ << ":Failed to open file " << mPath in getResults()
194 LOG(ERROR) << __func__ << ":Failed to get results for " << mPath; in getResults()
/hardware/google/pixel/powerstats/include/pixelpowerstats/
DGenericStateResidencyDataProvider.h41 GenericStateResidencyDataProvider(std::string path) : mPath(std::move(path)){}; in GenericStateResidencyDataProvider()
49 const std::string mPath;
DWlanStateResidencyDataProvider.h22 const std::string mPath;
/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp108 : ConnectionDetector(d), Thread(false /*callCallJava*/), mPath(path), mRegex(regex), in FileConnectionDetector()
146 return mPath + name; in getFullName()
150 auto dirp = ::opendir(mPath.c_str()); in processExistingFiles()
DConnectionDetector.h76 std::string mPath; variable
/hardware/libhardware/tests/input/evdev/
DInputMocks.h35 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/msm8994/liboverlay/
DoverlayUtils.h621 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/msm8226/liboverlay/
DoverlayUtils.h624 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/msm8084/liboverlay/
DoverlayUtils.h785 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/
DoverlayUtils.h787 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()