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.cpp63 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
77 Mutex::Autolock l(mInputMutex); in updateStream()
174 Mutex::Autolock l(mInputMutex); in deleteStream()
199 Mutex::Autolock l(mInputMutex); in getStreamId()
211 Mutex::Autolock l(mInputMutex); in threadLoop()
214 res = mCaptureDoneSignal.waitRelative(mInputMutex, in threadLoop()
237 Mutex::Autolock l(mInputMutex); in processNewCapture()
DCallbackProcessor.cpp53 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
65 Mutex::Autolock l(mInputMutex); in setCallbackWindow()
93 Mutex::Autolock l(mInputMutex); in updateStream()
178 Mutex::Autolock l(mInputMutex); in deleteStream()
204 Mutex::Autolock l(mInputMutex); in deleteStream()
216 Mutex::Autolock l(mInputMutex); in getStreamId()
235 Mutex::Autolock l(mInputMutex); in threadLoop()
237 res = mCallbackAvailableSignal.waitRelative(mInputMutex, in threadLoop()
285 Mutex::Autolock m(mInputMutex); in processNewCallback()
DZslProcessor.cpp191 Mutex::Autolock l(mInputMutex); in onResultAvailable()
223 Mutex::Autolock l(mInputMutex); in updateStream()
287 Mutex::Autolock l(mInputMutex); in deleteStream()
336 Mutex::Autolock l(mInputMutex); in getStreamId()
381 Mutex::Autolock l(mInputMutex); in notifyInputReleased()
427 Mutex::Autolock l(mInputMutex); in pushToReprocess()
658 Mutex::Autolock l(mInputMutex); in clearZslQueue()
681 Mutex::Autolock l(mInputMutex); in dump()
694 Mutex::Autolock l(mInputMutex); in threadLoop()
697 status_t res = mBuffersToDetachSignal.waitRelative(mInputMutex, kWaitDuration); in threadLoop()
DJpegProcessor.h67 mutable Mutex mInputMutex; variable
DCallbackProcessor.h67 mutable Mutex mInputMutex; variable
DZslProcessor.h111 mutable Mutex mInputMutex; variable
DCaptureSequencer.h83 Mutex mInputMutex;
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp51 Mutex::Autolock l(mInputMutex); in registerListener()
74 Mutex::Autolock l(mInputMutex); in removeListener()
207 Mutex::Autolock l(mInputMutex); in processListeners()
DFrameProcessorBase.h66 Mutex mInputMutex; variable