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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp63 Mutex::Autolock l(mInputMutex);
70 Mutex::Autolock l(mInputMutex);
102 Mutex::Autolock l(mInputMutex);
115 Mutex::Autolock l(mInputMutex);
125 Mutex::Autolock l(mInputMutex);
138 Mutex::Autolock l(mInputMutex);
242 Mutex::Autolock l(mInputMutex);
244 res = mStartCaptureSignal.waitRelative(mInputMutex,
264 Mutex::Autolock l(mInputMutex);
349 Mutex::Autolock l(mInputMutex);
[all...]
H A DJpegProcessor.cpp56 Mutex::Autolock l(mInputMutex);
70 Mutex::Autolock l(mInputMutex);
85 Mutex::Autolock l(mInputMutex);
188 Mutex::Autolock l(mInputMutex);
209 Mutex::Autolock l(mInputMutex);
221 Mutex::Autolock l(mInputMutex);
224 res = mCaptureDoneSignal.waitRelative(mInputMutex,
247 Mutex::Autolock l(mInputMutex);
H A DCallbackProcessor.cpp50 Mutex::Autolock l(mInputMutex);
62 Mutex::Autolock l(mInputMutex);
90 Mutex::Autolock l(mInputMutex);
175 Mutex::Autolock l(mInputMutex);
201 Mutex::Autolock l(mInputMutex);
213 Mutex::Autolock l(mInputMutex);
224 Mutex::Autolock l(mInputMutex);
226 res = mCallbackAvailableSignal.waitRelative(mInputMutex,
274 Mutex::Autolock m(mInputMutex);
H A DCallbackProcessor.h62 mutable Mutex mInputMutex; member in class:android::camera2::CallbackProcessor
H A DJpegProcessor.h68 mutable Mutex mInputMutex; member in class:android::camera2::JpegProcessor
H A DZslProcessor.cpp101 Mutex::Autolock l(mInputMutex);
133 Mutex::Autolock l(mInputMutex);
211 Mutex::Autolock l(mInputMutex);
241 Mutex::Autolock l(mInputMutex);
288 Mutex::Autolock l(mInputMutex);
432 Mutex::Autolock l(mInputMutex);
455 Mutex::Autolock l(mInputMutex);
647 Mutex::Autolock l(mInputMutex);
H A DZslProcessor.h110 mutable Mutex mInputMutex; member in class:android::camera2::ZslProcessor
H A DCaptureSequencer.h80 Mutex mInputMutex; member in class:android::camera2::CaptureSequencer
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.h63 Mutex mInputMutex; member in class:android::camera2::FrameProcessorBase
H A DFrameProcessorBase.cpp51 Mutex::Autolock l(mInputMutex);
74 Mutex::Autolock l(mInputMutex);
200 Mutex::Autolock l(mInputMutex);

Completed in 60 milliseconds