Searched refs:pollStr (Results 1 – 2 of 2) sorted by relevance
80 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
44 return pollStr(value, &mVibeState, timeoutMs); in pollVibeState()