Searched refs:onCaptureAvailable (Results 1 – 3 of 3) sorted by relevance
72 …void onCaptureAvailable(nsecs_t timestamp, const sp<MemoryBase>& captureBuffer, bool captureError);
303 sequencer->onCaptureAvailable(imgBuffer.timestamp, captureBuffer, !captureSuccess); in processNewCapture()
134 void CaptureSequencer::onCaptureAvailable(nsecs_t timestamp, in onCaptureAvailable() function in android::camera2::CaptureSequencer