Searched refs:DepthDataOutputCallbackImpl (Results 1 – 2 of 2) sorted by relevance
97 class DepthDataOutputCallbackImpl : public HStreamDepthDataCallbackStub {100 DepthDataOutputCallbackImpl() : depthDataOutput_(nullptr) {} in DepthDataOutputCallbackImpl() function102 …explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDat… in DepthDataOutputCallbackImpl() function
40 int32_t DepthDataOutputCallbackImpl::OnDepthDataError(int32_t errorCode) in OnDepthDataError()179 svcCallback_ = new (std::nothrow) DepthDataOutputCallbackImpl(this); in SetCallback()