Searched refs:depthDataOutput_ (Results 1 – 4 of 4) sorted by relevance
99 wptr<DepthDataOutput> depthDataOutput_ = nullptr;100 DepthDataOutputCallbackImpl() : depthDataOutput_(nullptr) {} in DepthDataOutputCallbackImpl()102 …explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDat… in DepthDataOutputCallbackImpl()
57 : ListenerBase(env), depthDataSurface_(depthDataSurface), depthDataOutput_(depthDataOutput) in DepthDataListener()331 obj->depthDataOutput_ = sDepthDataOutput_; in DepthDataOutputNapiConstructor()428 return depthDataOutput_; in GetDepthDataOutput()484 ((sptr<DepthDataOutput>&)(context->objectInfo->depthDataOutput_))->Release(); in Release()537 context->errorCode = context->objectInfo->depthDataOutput_->Start(); in Start()591 context->errorCode = context->objectInfo->depthDataOutput_->Stop(); in Stop()619 depthDataOutput_); in RegisterDepthDataAvailableCallbackListener()644 depthDataOutput_->SetCallback(depthDataCallback_); in RegisterErrorCallbackListener()
78 sptr<DepthDataOutput> depthDataOutput_; variable156 sptr<DepthDataOutput> depthDataOutput_; variable
42 auto item = depthDataOutput_.promote(); in OnDepthDataError()