Home
last modified time | relevance | path

Searched refs:GetCaptureSessionRegister (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
Dcamera_manager.h115 CaptureSession_Callbacks* GetCaptureSessionRegister(void);
Dcamera_manager.cpp1008 CaptureSession_Callbacks* NDKCamera::GetCaptureSessionRegister(void) in GetCaptureSessionRegister() function in OHOS_NDK_CAMERA::NDKCamera
1019 …a_ErrorCode ret = OH_CaptureSession_RegisterCallback(captureSession_, GetCaptureSessionRegister()); in CaptureSessionRegisterCallback()