Home
last modified time | relevance | path

Searched refs:mInputMutex (Results 1 – 14 of 14) 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()
114 Mutex::Autolock l(mInputMutex); in notifyShutter()
124 Mutex::Autolock l(mInputMutex); in onResultAvailable()
137 Mutex::Autolock l(mInputMutex); in onCaptureAvailable()
240 Mutex::Autolock l(mInputMutex); in manageIdle()
242 res = mStartCaptureSignal.waitRelative(mInputMutex, in manageIdle()
262 Mutex::Autolock l(mInputMutex); in manageDone()
351 Mutex::Autolock l(mInputMutex); in manageStart()
[all …]
DZslProcessor.cpp70 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
80 Mutex::Autolock l(mInputMutex); in onResultAvailable()
96 Mutex::Autolock l(mInputMutex); in onBufferReleased()
120 Mutex::Autolock l(mInputMutex); in updateStream()
215 Mutex::Autolock l(mInputMutex); in deleteStream()
225 Mutex::Autolock l(mInputMutex); in disconnect()
262 Mutex::Autolock l(mInputMutex); in getStreamId()
269 Mutex::Autolock l(mInputMutex); in pushToReprocess()
381 Mutex::Autolock l(mInputMutex); in clearZslQueue()
401 Mutex::Autolock l(mInputMutex); in dump()
[all …]
DJpegProcessor.cpp55 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
67 Mutex::Autolock l(mInputMutex); in updateStream()
164 Mutex::Autolock l(mInputMutex); in deleteStream()
185 Mutex::Autolock l(mInputMutex); in getStreamId()
196 Mutex::Autolock l(mInputMutex); in threadLoop()
198 res = mCaptureAvailableSignal.waitRelative(mInputMutex, in threadLoop()
221 Mutex::Autolock l(mInputMutex); in processNewCapture()
DBurstCapture.cpp49 Mutex::Autolock l(mInputMutex); in onFrameAvailable()
59 Mutex::Autolock l(mInputMutex); in threadLoop()
61 res = mInputSignal.waitRelative(mInputMutex, kWaitDuration); in threadLoop()
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()
DZslProcessor3.cpp103 Mutex::Autolock l(mInputMutex); in onResultAvailable()
135 Mutex::Autolock l(mInputMutex); in updateStream()
213 Mutex::Autolock l(mInputMutex); in deleteStream()
243 Mutex::Autolock l(mInputMutex); in getStreamId()
290 Mutex::Autolock l(mInputMutex); in pushToReprocess()
434 Mutex::Autolock l(mInputMutex); in clearZslQueue()
457 Mutex::Autolock l(mInputMutex); in dump()
649 Mutex::Autolock l(mInputMutex); in onBufferReleased()
DBurstCapture.h46 Mutex mInputMutex;
DJpegProcessor.h63 mutable Mutex mInputMutex; variable
DCallbackProcessor.h62 mutable Mutex mInputMutex; variable
DZslProcessor.h93 mutable Mutex mInputMutex; variable
DZslProcessor3.h98 mutable Mutex mInputMutex; variable
DCaptureSequencer.h81 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