Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DLooperStub.cpp46 if (!mShouldPoll) { in pollAll()
56 mShouldPoll = false; in pollAll()
68 mShouldPoll = false; in pollAll()
111 mShouldPoll = true; in pollCache()
117 shouldPoll = mShouldPoll; in pollCache()
121 mShouldPoll = false; in pollCache()
H A DLooperStub.h41 LooperStub() : mHandler(nullptr), mShouldPoll(false), mTimer(0) {} in LooperStub()
79 bool mShouldPoll; variable