Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/common/
DHardwareBase.cpp72 HwCalBase::HwCalBase() { in HwCalBase() function in aidl::android::hardware::vibrator::HwCalBase
96 void HwCalBase::debug(int fd) { in debug()
101 HwCalBase *obj; in debug()
110 HwCalBase *obj = context->obj; in debug()
DHardwareBase.h196 class HwCalBase {
198 HwCalBase();
213 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty()
220 bool HwCalBase::getPersist(const char *key, T *value) { in getPersist()
/hardware/google/pixel/vibrator/drv2624/
DHardware.h90 class HwCal : public Vibrator::HwCal, private HwCalBase {
143 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h113 class HwCal : public Vibrator::HwCal, private HwCalBase {
203 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
/hardware/google/pixel/vibrator/cs40l26/
DHardware.h459 class HwCal : public Vibrator::HwCal, private HwCalBase {
533 void debug(int fd) override { HwCalBase::debug(fd); } in debug()