Searched refs:HwCalBase (Results 1 – 9 of 9) sorted by relevance
/device/google/sunfish/vibrator/common/ |
D | HardwareBase.cpp | 69 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()
|
D | HardwareBase.h | 174 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/ |
D | HardwareBase.cpp | 72 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()
|
D | HardwareBase.h | 178 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/ |
D | Hardware.h | 29 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/ |
D | Hardware.h | 97 class HwCal : public Vibrator::HwCal, private HwCalBase { 182 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
|
/device/google/bramble/vibrator/drv2624/ |
D | Hardware.h | 97 class HwCal : public Vibrator::HwCal, private HwCalBase { 182 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
|
/device/google/redfin/vibrator/drv2624/ |
D | Hardware.h | 98 class HwCal : public Vibrator::HwCal, private HwCalBase { 201 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
|
/device/google/felix/vibrator/cs40l26/ |
D | Hardware.h | 279 class HwCal : public Vibrator::HwCal, private HwCalBase { 379 void debug(int fd) override { HwCalBase::debug(fd); } in debug()
|