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()
116 if (!mHalNotifiedShutter && resultExtras.requestId == mShutterCaptureId) { in notifyShutter()
117 mHalNotifiedShutter = true; in notifyShutter()
351 mHalNotifiedShutter = false; in manageStart()
592 while (!mHalNotifiedShutter) { in manageStandardCaptureWait()
603 if (mHalNotifiedShutter) { in manageStandardCaptureWait()
DCaptureSequencer.h103 bool mHalNotifiedShutter; // Has HAL sent shutter to CaptureSequencer variable