Home
last modified time | relevance | path

Searched refs:mHalNotifiedShutter (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp46 mHalNotifiedShutter(false), in CaptureSequencer()
114 if (!mHalNotifiedShutter && resultExtras.requestId == mShutterCaptureId) { in notifyShutter()
115 mHalNotifiedShutter = true; in notifyShutter()
374 mHalNotifiedShutter = false; in manageStart()
617 while (!mHalNotifiedShutter) { in manageStandardCaptureWait()
628 if (mHalNotifiedShutter) { in manageStandardCaptureWait()
DCaptureSequencer.h106 bool mHalNotifiedShutter; // Has HAL sent shutter to CaptureSequencer variable