Searched refs:startCapture (Results 1 – 4 of 4) sorted by relevance
54 status_t startCapture();
66 status_t CaptureSequencer::startCapture() { in startCapture() function in android::camera2::CaptureSequencer
477 boolean result = hardwareImpl.startCapture(surface, config); in captureFrame()1026 private boolean startCapture(Surface surface, TvStreamConfig config) { in startCapture() method in TvInputHardwareManager.TvInputHardwareImpl
1557 res = mCaptureSequencer->startCapture(); in takePicture()