Searched refs:HwApiBase (Results 1 – 9 of 9) sorted by relevance
/device/google/sunfish/vibrator/common/ |
D | HardwareBase.h | 39 class HwApiBase { 65 HwApiBase(); 90 #define HWAPI_RECORD(args...) HwApiBase::record(__FUNCTION__, ##args) 93 void HwApiBase::open(const std::string &name, T *stream) { in open() 99 void HwApiBase::openFull(const std::string &name, T *stream) { in openFull() 105 bool HwApiBase::get(T *value, std::istream *stream) { in get() 119 bool HwApiBase::set(const T &value, std::ostream *stream) { in set() 133 bool HwApiBase::poll(const T &value, std::istream *stream) { in poll() 158 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record() 165 std::string HwApiBase::Record<T>::toString(const NamesMap &names) { in toString()
|
D | HardwareBase.cpp | 33 HwApiBase::HwApiBase() { in HwApiBase() function in android::hardware::vibrator::common::implementation::HwApiBase 40 bool HwApiBase::has(const std::ios &stream) { in has() 44 void HwApiBase::debug(int fd) { in debug()
|
/device/google/felix/vibrator/common/ |
D | HardwareBase.h | 37 class HwApiBase { 63 HwApiBase(); 88 #define HWAPI_RECORD(args...) HwApiBase::record(__FUNCTION__, ##args) 91 void HwApiBase::open(const std::string &name, T *stream) { in open() 97 bool HwApiBase::get(T *value, std::istream *stream) { in get() 112 bool HwApiBase::set(const T &value, std::ostream *stream) { in set() 127 bool HwApiBase::poll(const T &value, std::istream *stream, const int32_t timeoutMs) { in poll() 162 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record() 169 std::string HwApiBase::Record<T>::toString(const NamesMap &names) { in toString()
|
D | HardwareBase.cpp | 32 HwApiBase::HwApiBase() { in HwApiBase() function in aidl::android::hardware::vibrator::HwApiBase 39 void HwApiBase::saveName(const std::string &name, const std::ios *stream) { in saveName() 43 bool HwApiBase::has(const std::ios &stream) { in has() 47 void HwApiBase::debug(int fd) { in debug()
|
/device/google/sunfish/vibrator/drv2624/ |
D | Hardware.h | 28 using common::implementation::HwApiBase; 31 class HwApi : public Vibrator::HwApi, private HwApiBase { 58 void debug(int fd) override { HwApiBase::debug(fd); } in debug()
|
/device/google/barbet/vibrator/drv2624/ |
D | Hardware.h | 26 class HwApi : public Vibrator::HwApi, private HwApiBase { 53 void debug(int fd) override { HwApiBase::debug(fd); } in debug()
|
/device/google/bramble/vibrator/drv2624/ |
D | Hardware.h | 26 class HwApi : public Vibrator::HwApi, private HwApiBase { 53 void debug(int fd) override { HwApiBase::debug(fd); } in debug()
|
/device/google/redfin/vibrator/drv2624/ |
D | Hardware.h | 26 class HwApi : public Vibrator::HwApi, private HwApiBase { 53 void debug(int fd) override { HwApiBase::debug(fd); } in debug()
|
/device/google/felix/vibrator/cs40l26/ |
D | Hardware.h | 68 class HwApi : public Vibrator::HwApi, private HwApiBase { 264 void debug(int fd) override { HwApiBase::debug(fd); } in debug()
|