Home
last modified time | relevance | path

Searched refs:HwCalBase (Results 1 – 6 of 6) sorted by relevance

/device/google/sunfish/vibrator/common/
DHardwareBase.cpp69 HwCalBase::HwCalBase() { in HwCalBase() function in android::hardware::vibrator::common::implementation::HwCalBase
93 void HwCalBase::debug(int fd) { in debug()
98 HwCalBase *obj; in debug()
107 HwCalBase *obj = context->obj; in debug()
DHardwareBase.h174 class HwCalBase {
176 HwCalBase();
191 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty()
198 bool HwCalBase::getPersist(const char *key, T *value) { in getPersist()
/device/google/sunfish/vibrator/drv2624/
DHardware.h29 using common::implementation::HwCalBase;
96 class HwCal : public Vibrator::HwCal, private HwCalBase {
174 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
/device/google/bramble/vibrator/drv2624/
DHardware.h97 class HwCal : public Vibrator::HwCal, private HwCalBase {
182 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
/device/google/barbet/vibrator/drv2624/
DHardware.h97 class HwCal : public Vibrator::HwCal, private HwCalBase {
182 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
/device/google/redfin/vibrator/drv2624/
DHardware.h98 class HwCal : public Vibrator::HwCal, private HwCalBase {
201 void debug(int fd) override { HwCalBase::debug(fd); } in debug()