Searched refs:SendSensorMsg (Results 1 – 1 of 1) sorted by relevance
| /drivers/peripheral/sensor/hal/src/ |
| D | sensor_controller.c | 226 static int32_t SendSensorMsg(int32_t sensorId, struct HdfSBuf *msg, struct HdfSBuf *reply) in SendSensorMsg() function 263 int32_t ret = SendSensorMsg(sensorId, msg, NULL); in EnableSensor() 294 int32_t ret = SendSensorMsg(sensorId, msg, NULL); in DisableSensor() 333 int32_t ret = SendSensorMsg(sensorId, msg, NULL); in SetSensorBatch() 359 int32_t ret = SendSensorMsg(sensorId, msg, NULL); in SetSensorMode() 385 int32_t ret = SendSensorMsg(sensorId, msg, NULL); in SetSensorOption() 447 int32_t ret = SendSensorMsg(sensorId, msg, reply); in ReadData()
|