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.cpp63 Mutex::Autolock l(mInputMutex); in setZslProcessor()
70 Mutex::Autolock l(mInputMutex); in startCapture()
102 Mutex::Autolock l(mInputMutex); in notifyAutoExposure()
115 Mutex::Autolock l(mInputMutex); in notifyShutter()
125 Mutex::Autolock l(mInputMutex); in onResultAvailable()
138 Mutex::Autolock l(mInputMutex); in onCaptureAvailable()
242 Mutex::Autolock l(mInputMutex); in manageIdle()
244 res = mStartCaptureSignal.waitRelative(mInputMutex, in manageIdle()
264 Mutex::Autolock l(mInputMutex); in manageDone()
349 Mutex::Autolock l(mInputMutex); in manageStart()
[all …]
DJpegProcessor.cpp56 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
78 Mutex::Autolock l(mInputMutex); in onBufferReleased()
90 Mutex::Autolock l(mInputMutex); in updateStream()
193 Mutex::Autolock l(mInputMutex); in deleteStream()
218 Mutex::Autolock l(mInputMutex); in getStreamId()
230 Mutex::Autolock l(mInputMutex); in threadLoop()
233 res = mCaptureDoneSignal.waitRelative(mInputMutex, in threadLoop()
256 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()
DCallbackProcessor.h62 mutable Mutex mInputMutex; variable
DJpegProcessor.h68 mutable Mutex mInputMutex; variable
DZslProcessor.h111 mutable Mutex mInputMutex; variable
DCaptureSequencer.h80 Mutex mInputMutex;
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp50 Mutex::Autolock l(mInputMutex); in registerListener()
73 Mutex::Autolock l(mInputMutex); in removeListener()
189 Mutex::Autolock l(mInputMutex); in processListeners()
DFrameProcessorBase.h63 Mutex mInputMutex; variable