Lines Matching refs:motionVdiImpl_
59 motionVdiImpl_ = wrapperMotionVdi->motionModule;
60 if (motionVdiImpl_ == nullptr) {
69 if (motionVdiImpl_ == nullptr) {
74 int32_t ret = motionVdiImpl_->InitMotion();
85 if (motionVdiImpl_ == nullptr) {
86 HDF_LOGE("%{public}s motionVdiImpl_ is nullptr", __func__);
96 int32_t ret = motionVdiImpl_->EnableMotion(motionType);
108 if (motionVdiImpl_ == nullptr) {
109 HDF_LOGE("%{public}s motionVdiImpl_ is nullptr", __func__);
119 int32_t ret = motionVdiImpl_->DisableMotion(motionType);
131 if (motionVdiImpl_ == nullptr) {
132 HDF_LOGE("%{public}s motionVdiImpl_ is nullptr", __func__);
138 int32_t ret = motionVdiImpl_->RegisterMotionCallback(motionCb);
150 if (motionVdiImpl_ == nullptr) {
151 HDF_LOGE("%{public}s motionVdiImpl_ is nullptr", __func__);
157 int32_t ret = motionVdiImpl_->UnregisterMotionCallback(motionCb);
169 if (motionVdiImpl_ == nullptr) {
170 HDF_LOGE("%{public}s motionVdiImpl_ is nullptr", __func__);
180 int32_t ret = motionVdiImpl_->SetMotionConfig(motionType, data);