Home
last modified time | relevance | path

Searched refs:pollStr (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/pixel/vibrator/common/
H A DHardwareBase.h80 bool pollStr(const T &value, std::istream *stream, const int32_t timeout = -1);
174 bool HwApiBase::pollStr(const T &value, std::istream *stream, const int32_t timeoutMs) { in pollStr() function
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DHardware.h44 return pollStr(value, &mVibeState, timeoutMs); in pollVibeState()