Home
last modified time | relevance | path

Searched defs:sensorId (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/sensor/hal/src/
Dsensor_controller.c202 static struct HdfIoService *GetSensorServiceBySensorId(int32_t sensorId) in GetSensorServiceBySensorId()
215 static int32_t SendSensorMsg(int32_t sensorId, struct HdfSBuf *msg, struct HdfSBuf *reply) in SendSensorMsg()
232 static int32_t EnableSensor(int32_t sensorId) in EnableSensor()
261 static int32_t DisableSensor(int32_t sensorId) in DisableSensor()
290 static int32_t SetSensorBatch(int32_t sensorId, int64_t samplingInterval, int64_t interval) in SetSensorBatch()
324 static int32_t SetSensorMode(int32_t sensorId, int32_t mode) in SetSensorMode()
353 static int32_t SetSensorOption(int32_t sensorId, uint32_t option) in SetSensorOption()
Dsensor_channel.c53 void SetSensorIdBySensorType(enum SensorTypeTag type, int32_t sensorId) in SetSensorIdBySensorType()
/drivers/peripheral/sensor/hdi_service/
Dsensor_impl.cpp156 int32_t SensorImpl::Enable(int32_t sensorId) in Enable()
171 int32_t SensorImpl::Disable(int32_t sensorId) in Disable()
186 int32_t SensorImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch()
201 int32_t SensorImpl::SetMode(int32_t sensorId, int32_t mode) in SetMode()
216 int32_t SensorImpl::SetOption(int32_t sensorId, uint32_t option) in SetOption()
/drivers/peripheral/sensor/hal/include/
Dsensor_channel.h43 int32_t sensorId; member
Dsensor_controller.h47 int32_t sensorId; /* Sensor ID, defined by the sensor driver developer */ member
Dsensor_manager.h27 int32_t sensorId; member
/drivers/framework/model/sensor/driver/include/
Dsensor_device_type.h87 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */ member
94 int32_t sensorId; /**< Sensor ID */ member
/drivers/peripheral/sensor/interfaces/include/
Dsensor_type.h174 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */ member
189 int32_t sensorId; /**< Sensor ID */ member
/drivers/framework/model/sensor/driver/common/src/
Dsensor_device_manager.c274 int32_t sensorId; in DispatchSensor() local