Home
last modified time | relevance | path

Searched refs:openFull (Results 1 – 5 of 5) sorted by relevance

/device/google/bramble/vibrator/drv2624/
DHardware.h71 openFull("/sys/devices/virtual/thermal/tz-by-name/rf-front-therm/temp", &mPATemp); in HwApi()
75 void openFull(const std::string &name, T *stream) { in openFull() function
/device/google/barbet/vibrator/drv2624/
DHardware.h71 openFull("/sys/devices/virtual/thermal/tz-by-name/rf-bottom-therm/temp", &mPATemp); in HwApi()
75 void openFull(const std::string &name, T *stream) { in openFull() function
/device/google/redfin/vibrator/drv2624/
DHardware.h71 openFull("/sys/devices/virtual/thermal/tz-by-name/pa-therm1/temp", in HwApi()
76 void openFull(const std::string &name, T *stream) { in openFull() function
/device/google/sunfish/vibrator/common/
DHardwareBase.h72 void openFull(const std::string &name, T *stream);
99 void HwApiBase::openFull(const std::string &name, T *stream) { in openFull() function
/device/google/sunfish/vibrator/drv2624/
DHardware.h76 openFull("/sys/devices/virtual/thermal/tz-by-name/usbc-therm-monitor/temp", &mUsbTemp); in HwApi()