Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A 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()
287 Mutex::Autolock l(mInputMutex); in manageDone()
372 Mutex::Autolock l(mInputMutex); in manageStart()
470 Mutex::Autolock l(mInputMutex); in manageStandardPrecaptureWait()
[all …]
H A DJpegProcessor.cpp58 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
72 Mutex::Autolock l(mInputMutex); in updateStream()
169 Mutex::Autolock l(mInputMutex); in deleteStream()
194 Mutex::Autolock l(mInputMutex); in getStreamId()
206 Mutex::Autolock l(mInputMutex); in threadLoop()
209 res = mCaptureDoneSignal.waitRelative(mInputMutex, in threadLoop()
232 Mutex::Autolock l(mInputMutex); in processNewCapture()
H A 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()
H A 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()
H A DJpegProcessor.h67 mutable Mutex mInputMutex; variable
H A DCallbackProcessor.h67 mutable Mutex mInputMutex; variable
H A DZslProcessor.h111 mutable Mutex mInputMutex; variable
H A DCaptureSequencer.h83 Mutex mInputMutex;
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp51 Mutex::Autolock l(mInputMutex); in registerListener()
74 Mutex::Autolock l(mInputMutex); in removeListener()
207 Mutex::Autolock l(mInputMutex); in processListeners()
H A DFrameProcessorBase.h66 Mutex mInputMutex; variable