Home
last modified time | relevance | path

Searched refs:mStateLock (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
DStateMachineImpl.java35 private final ReentrantLock mStateLock; field in StateMachineImpl
41 mStateLock = new ReentrantLock(); in StateMachineImpl()
42 mStateChangedCondition = mStateLock.newCondition(); in StateMachineImpl()
52 mStateLock.lock(); in jumpToState()
73 mStateLock.unlock(); in jumpToState()
79 mStateLock.lock(); in getCurrentState()
83 mStateLock.unlock(); in getCurrentState()
89 mStateLock.lock(); in setInitialState()
97 mStateLock.unlock(); in setInitialState()
103 mStateLock.lock(); in processEvent()
[all …]
/packages/services/Car/computepipe/runner/stream_manager/
DSemanticManager.cpp71 std::lock_guard<std::mutex> lock(mStateLock); in setEngineInterface()
89 std::lock_guard<std::mutex> lock(mStateLock); in handleExecutionPhase()
110 std::lock_guard<std::mutex> lock(mStateLock); in handleStopWithFlushPhase()
147 std::lock_guard<std::mutex> lock(mStateLock); in queuePacket()
DPixelStreamManager.cpp145 std::lock_guard stateLock(mStateLock); in setMaxInFlightPackets()
156 std::lock_guard stateLock(mStateLock); in freePacket()
196 std::lock_guard stateLock(mStateLock); in queuePacket()
251 std::lock_guard<std::mutex> lock(mStateLock); in handleExecutionPhase()
276 std::lock_guard<std::mutex> lock(mStateLock); in handleStopImmediatePhase()
DSemanticManager.h83 std::mutex mStateLock;
DPixelStreamManager.h95 std::mutex mStateLock; variable
/packages/services/Car/computepipe/router/1.0/
DRemoteState.cpp27 std::lock_guard<std::mutex> lock(mStateLock); in markDead()
32 std::lock_guard<std::mutex> lock(mStateLock); in isAlive()
/packages/services/Car/computepipe/example/
DFaceTracker.cpp39 std::unique_lock<std::mutex> lock(mStateLock); in GetCurrentState()
46 std::lock_guard<std::mutex> lock(mStateLock); in UpdateCurrentState()
DFaceTracker.h53 std::mutex mStateLock; variable
/packages/services/Car/computepipe/router/1.0/include/
DRemoteState.h42 std::mutex mStateLock;