Searched refs:captureStartWithInfoCallback_ (Results 1 – 1 of 1) sorted by relevance
47 captureStartWithInfoCallback_ = callback; in SaveCaptureStartWithInfoCallback()89 captureStartWithInfoCallback_ = nullptr; in RemoveCaptureStartWithInfoCallback()126 if (photoOutput_ != nullptr && captureStartWithInfoCallback_ != nullptr) { in OnCaptureStarted()127 captureStartWithInfoCallback_(photoOutput_, &info); in OnCaptureStarted()202 OH_PhotoOutput_CaptureStartWithInfo captureStartWithInfoCallback_ = nullptr; variable