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