Home
last modified time | relevance | path

Searched defs:pollAll (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/telemetry/cartelemetryd/src/
DLooperWrapper.cpp25 int LooperWrapper::pollAll(int timeoutMillis) { in pollAll() function in android::automotive::telemetry::LooperWrapper
/packages/services/Car/cpp/evs/manager/aidl/stats/src/
DLooperWrapper.cpp36 int LooperWrapper::pollAll(int timeoutMillis) { in pollAll() function in aidl::android::automotive::evs::implementation::LooperWrapper
/packages/services/Car/cpp/evs/manager/1.1/stats/
DLooperWrapper.cpp38 int LooperWrapper::pollAll(int timeoutMillis) { in pollAll() function in android::automotive::evs::V1_1::implementation::LooperWrapper
/packages/services/Car/cpp/watchdog/server/src/
DLooperWrapper.cpp35 int LooperWrapper::pollAll(int timeoutMillis) { in pollAll() function in android::automotive::watchdog::LooperWrapper
/packages/services/Car/cpp/telemetry/cartelemetryd/tests/
DFakeLooperWrapper.h40 int pollAll(int timeoutMillis) override { return 0; } in pollAll() function
/packages/services/Car/cpp/watchdog/server/tests/
DLooperStub.cpp45 int LooperStub::pollAll(int /*timeoutMillis*/) { in pollAll() function in android::automotive::watchdog::testing::LooperStub