Home
last modified time | relevance | path

Searched refs:mInputMutex (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp62 Mutex::Autolock l(mInputMutex); in setZslProcessor()
69 Mutex::Autolock l(mInputMutex); in startCapture()
100 Mutex::Autolock l(mInputMutex); in notifyAutoExposure()
113 Mutex::Autolock l(mInputMutex); in notifyShutter()
148 Mutex::Autolock l(mInputMutex); in onResultAvailable()
161 Mutex::Autolock l(mInputMutex); in onCaptureAvailable()
265 Mutex::Autolock l(mInputMutex); in manageIdle()
267 res = mStartCaptureSignal.waitRelative(mInputMutex, in manageIdle()
287 Mutex::Autolock l(mInputMutex); in manageDone()
372 Mutex::Autolock l(mInputMutex); in manageStart()
[all …]
DJpegProcessor.cpp56 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
70 Mutex::Autolock l(mInputMutex); in updateStream()
166 Mutex::Autolock l(mInputMutex); in deleteStream()
191 Mutex::Autolock l(mInputMutex); in getStreamId()
203 Mutex::Autolock l(mInputMutex); in threadLoop()
206 res = mCaptureDoneSignal.waitRelative(mInputMutex, in threadLoop()
229 Mutex::Autolock l(mInputMutex); in processNewCapture()
DCallbackProcessor.cpp50 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
62 Mutex::Autolock l(mInputMutex); in setCallbackWindow()
90 Mutex::Autolock l(mInputMutex); in updateStream()
175 Mutex::Autolock l(mInputMutex); in deleteStream()
201 Mutex::Autolock l(mInputMutex); in deleteStream()
213 Mutex::Autolock l(mInputMutex); in getStreamId()
224 Mutex::Autolock l(mInputMutex); in threadLoop()
226 res = mCallbackAvailableSignal.waitRelative(mInputMutex, in threadLoop()
274 Mutex::Autolock m(mInputMutex); in processNewCallback()
DZslProcessor.cpp188 Mutex::Autolock l(mInputMutex); in onResultAvailable()
220 Mutex::Autolock l(mInputMutex); in updateStream()
284 Mutex::Autolock l(mInputMutex); in deleteStream()
333 Mutex::Autolock l(mInputMutex); in getStreamId()
378 Mutex::Autolock l(mInputMutex); in notifyInputReleased()
424 Mutex::Autolock l(mInputMutex); in pushToReprocess()
655 Mutex::Autolock l(mInputMutex); in clearZslQueue()
678 Mutex::Autolock l(mInputMutex); in dump()
691 Mutex::Autolock l(mInputMutex); in threadLoop()
694 status_t res = mBuffersToDetachSignal.waitRelative(mInputMutex, kWaitDuration); in threadLoop()
DJpegProcessor.h67 mutable Mutex mInputMutex; variable
DCallbackProcessor.h62 mutable Mutex mInputMutex; variable
DZslProcessor.h111 mutable Mutex mInputMutex; variable
DCaptureSequencer.h83 Mutex mInputMutex;
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp50 Mutex::Autolock l(mInputMutex); in registerListener()
73 Mutex::Autolock l(mInputMutex); in removeListener()
206 Mutex::Autolock l(mInputMutex); in processListeners()
DFrameProcessorBase.h63 Mutex mInputMutex; variable