Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/common/
DHardwareBase.cpp32 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()
DHardwareBase.h40 class HwApiBase {
70 HwApiBase();
99 #define HWAPI_RECORD(args...) HwApiBase::record(__FUNCTION__, ##args)
102 void HwApiBase::open(const std::string &name, T *stream) { in open()
108 bool HwApiBase::get(T *value, std::istream *stream) { in get()
123 bool HwApiBase::set(const T &value, std::ostream *stream) { in set()
138 bool HwApiBase::poll(const T &value, std::istream *stream, const int32_t timeoutMs) { in poll()
175 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record()
182 std::string HwApiBase::Record<T>::toString(const NamesMap &names) { in toString()
/hardware/google/pixel/vibrator/drv2624/
DHardware.h26 class HwApi : public Vibrator::HwApi, private HwApiBase {
53 void debug(int fd) override { HwApiBase::debug(fd); } in debug()
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h26 class HwApi : public Vibrator::HwApi, private HwApiBase {
85 void debug(int fd) override { HwApiBase::debug(fd); } in debug()
/hardware/google/pixel/vibrator/cs40l26/
DHardware.h69 class HwApi : public Vibrator::HwApi, private HwApiBase {
424 void debug(int fd) override { HwApiBase::debug(fd); } in debug()