Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h124 std::mutex mStartStopTaskLoopLock; variable
125 bool mTaskLoopRunning GUARDED_BY(mStartStopTaskLoopLock) = false;
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp149 std::lock_guard<std::mutex> lockGuard(mStartStopTaskLoopLock); in maybeStartTaskLoop()
160 std::lock_guard<std::mutex> lockGuard(mStartStopTaskLoopLock); in maybeStopTaskLoop()