Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DLooperStub.cpp48 if (!mShouldPoll) { in pollAll()
58 mShouldPoll = false; in pollAll()
70 mShouldPoll = false; in pollAll()
119 mShouldPoll = true; in pollCache()
125 shouldPoll = mShouldPoll; in pollCache()
129 mShouldPoll = false; in pollCache()
DLooperStub.h41 LooperStub() : mHandler(nullptr), mShouldPoll(false), mTimer(0) {} in LooperStub()
83 bool mShouldPoll; variable