Searched refs:onCaptureAvailable (Results 1 – 3 of 3) sorted by relevance
75 …void onCaptureAvailable(nsecs_t timestamp, const sp<MemoryBase>& captureBuffer, bool captureError);
141 onCaptureAvailable(/*timestamp*/0, emptyBuffer, /*captureError*/true); in notifyError()157 void CaptureSequencer::onCaptureAvailable(nsecs_t timestamp, in onCaptureAvailable() function in android::camera2::CaptureSequencer
280 sequencer->onCaptureAvailable(imgBuffer.timestamp, captureBuffer, !captureSuccess); in processNewCapture()