Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp642 if (depthDataCallback_ == nullptr) { in RegisterErrorCallbackListener()
643 depthDataCallback_ = std::make_shared<DepthDataOutputCallback>(env); in RegisterErrorCallbackListener()
644 depthDataOutput_->SetCallback(depthDataCallback_); in RegisterErrorCallbackListener()
646 depthDataCallback_->SaveCallbackReference(CONST_DEPTH_DATA_ERROR, callback, isOnce); in RegisterErrorCallbackListener()
652 if (depthDataCallback_ == nullptr) { in UnregisterErrorCallbackListener()
656 depthDataCallback_->RemoveCallbackRef(CONST_DEPTH_DATA_ERROR, callback); in UnregisterErrorCallbackListener()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h158 std::shared_ptr<DepthDataOutputCallback> depthDataCallback_; variable