Home
last modified time | relevance | path

Searched refs:sensorVdiImpl_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp94 sensorVdiImpl_ = wrapperSensorVdi->sensorModule; in GetSensorVdiImpl()
95 if (sensorVdiImpl_ == nullptr) { in GetSensorVdiImpl()
105 if (sensorVdiImpl_ == nullptr) { in Init()
109 int32_t ret = sensorVdiImpl_->Init(); in Init()
146 if (sensorVdiImpl_ == nullptr) { in GetAllSensorInfo()
152 SENSOR_TRACE_START("sensorVdiImpl_->GetAllSensorInfo"); in GetAllSensorInfo()
153 int32_t ret = sensorVdiImpl_->GetAllSensorInfo(sensorInfoVdi); in GetAllSensorInfo()
197 if (sensorVdiImpl_ == nullptr) { in Enable()
202 SENSOR_TRACE_START("sensorVdiImpl_->Enable"); in Enable()
203 int32_t ret = sensorVdiImpl_ in Enable()
[all...]
H A Dsensor_if_service.h62 OHOS::HDI::Sensor::V1_1::ISensorInterfaceVdi *sensorVdiImpl_ = nullptr; member in OHOS::HDI::Sensor::V2_0::SensorIfService

Completed in 2 milliseconds