Home
last modified time | relevance | path

Searched refs:mStopRequested (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h99 while (!mStopRequested) { in loop()
130 mStopRequested = true; in stop()
144 std::atomic_bool mStopRequested { false };
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocIpc.h47 inline LocIpc() : mIpcFd(-1), mStopRequested(false), mRunnable(nullptr) {} in LocIpc()
96 bool mStopRequested; variable
DLocIpc.cpp140 if (mStopRequested) { in startListeningBlocking()
141 mStopRequested = false; in startListeningBlocking()
154 mStopRequested = true; in stopListening()