Home
last modified time | relevance | path

Searched refs:HwCalBase (Results 1 – 9 of 9) 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/felix/vibrator/common/
DHardwareBase.cpp72 HwCalBase::HwCalBase() { in HwCalBase() function in aidl::android::hardware::vibrator::HwCalBase
111 void HwCalBase::debug(int fd) { in debug()
116 HwCalBase *obj; in debug()
125 HwCalBase *obj = context->obj; in debug()
DHardwareBase.h178 class HwCalBase {
180 HwCalBase();
195 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty()
202 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/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/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/redfin/vibrator/drv2624/
DHardware.h98 class HwCal : public Vibrator::HwCal, private HwCalBase {
201 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
/device/google/felix/vibrator/cs40l26/
DHardware.h279 class HwCal : public Vibrator::HwCal, private HwCalBase {
379 void debug(int fd) override { HwCalBase::debug(fd); } in debug()