Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h75 …void onCaptureAvailable(nsecs_t timestamp, const sp<MemoryBase>& captureBuffer, bool captureError);
H A DCaptureSequencer.cpp158 const sp<MemoryBase>& captureBuffer, bool captureError) { in onCaptureAvailable() argument
166 if (captureError) { in onCaptureAvailable()