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()
214 Mutex::Autolock l(mInputMutex); in getStreamId()
226 Mutex::Autolock l(mInputMutex); in threadLoop()
229 res = mCaptureDoneSignal.waitRelative(mInputMutex, in threadLoop()
252 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.cpp101 Mutex::Autolock l(mInputMutex); in onResultAvailable()
133 Mutex::Autolock l(mInputMutex); in updateStream()
211 Mutex::Autolock l(mInputMutex); in deleteStream()
241 Mutex::Autolock l(mInputMutex); in getStreamId()
288 Mutex::Autolock l(mInputMutex); in pushToReprocess()
432 Mutex::Autolock l(mInputMutex); in clearZslQueue()
455 Mutex::Autolock l(mInputMutex); in dump()
647 Mutex::Autolock l(mInputMutex); in onBufferReleased()
DJpegProcessor.h68 mutable Mutex mInputMutex; variable
DCallbackProcessor.h62 mutable Mutex mInputMutex; variable
DZslProcessor.h110 mutable Mutex mInputMutex; variable
DCaptureSequencer.h80 Mutex mInputMutex;
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp51 Mutex::Autolock l(mInputMutex); in registerListener()
74 Mutex::Autolock l(mInputMutex); in removeListener()
200 Mutex::Autolock l(mInputMutex); in processListeners()
DFrameProcessorBase.h63 Mutex mInputMutex; variable