Searched refs:mStopRequested (Results 1 – 5 of 5) sorted by relevance
28 private boolean mStopRequested; field in MemoryAccessTask37 if (mStopRequested) { in run()54 mStopRequested = false; in start()62 mStopRequested = true; in stop()
99 while (!mStopRequested) { in loop()130 mStopRequested = true; in stop()144 std::atomic_bool mStopRequested { false };
277 private boolean mStopRequested = false; field in VendorServiceController.VendorServiceConnection309 mStopRequested = false; in startOrBindService()324 mStopRequested = true; in stopOrUnbindService()340 if (mStopRequested) { in onServiceConnected()361 if (mStopRequested) { in tryToRebind()
140 if (mStopRequested) { in startListeningBlocking()141 mStopRequested = false; in startListeningBlocking()154 mStopRequested = true; in stopListening()
47 inline LocIpc() : mIpcFd(-1), mStopRequested(false), mRunnable(nullptr) {} in LocIpc()96 bool mStopRequested; variable