Searched defs:sensorId (Results 1 – 9 of 9) sorted by relevance
| /drivers/peripheral/sensor/hal/src/ |
| D | sensor_controller.c | 202 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()
|
| D | sensor_channel.c | 53 void SetSensorIdBySensorType(enum SensorTypeTag type, int32_t sensorId) in SetSensorIdBySensorType()
|
| /drivers/peripheral/sensor/hdi_service/ |
| D | sensor_impl.cpp | 156 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/ |
| D | sensor_channel.h | 43 int32_t sensorId; member
|
| D | sensor_controller.h | 47 int32_t sensorId; /* Sensor ID, defined by the sensor driver developer */ member
|
| D | sensor_manager.h | 27 int32_t sensorId; member
|
| /drivers/framework/model/sensor/driver/include/ |
| D | sensor_device_type.h | 87 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */ member 94 int32_t sensorId; /**< Sensor ID */ member
|
| /drivers/peripheral/sensor/interfaces/include/ |
| D | sensor_type.h | 174 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/ |
| D | sensor_device_manager.c | 274 int32_t sensorId; in DispatchSensor() local
|