Searched refs:mStopRequested (Results 1 – 3 of 3) sorted by relevance
99 while (!mStopRequested) { in loop()130 mStopRequested = true; in stop()144 std::atomic_bool mStopRequested { false };
47 inline LocIpc() : mIpcFd(-1), mStopRequested(false), mRunnable(nullptr) {} in LocIpc()96 bool mStopRequested; variable
140 if (mStopRequested) { in startListeningBlocking()141 mStopRequested = false; in startListeningBlocking()154 mStopRequested = true; in stopListening()