Home
last modified time | relevance | path

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

/drivers/peripheral/sensor/hdi_service/
Dsensor_clients_manager.cpp102 void SensorClientsManager::UpdateSensorConfig(int sensorId, int64_t samplingInterval, int64_t repor… in UpdateSensorConfig()
117 void SensorClientsManager::UpdateSdcSensorConfig(int sensorId, int64_t samplingInterval, int64_t re… in UpdateSdcSensorConfig()
132 void SensorClientsManager::UpdateClientPeriodCount(int sensorId, int64_t samplingInterval, int64_t … in UpdateClientPeriodCount()
159 void SensorClientsManager::SetSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t &re… in SetSensorBestConfig()
176 void SensorClientsManager::SetSdcSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t … in SetSdcSensorBestConfig()
194 void SensorClientsManager::GetSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t &re… in GetSensorBestConfig()
213 void SensorClientsManager::EraseSdcSensorBestConfig(int sensorId) in EraseSdcSensorBestConfig()
226 void SensorClientsManager::OpenSensor(int sensorId, int serviceId) in OpenSensor()
234 bool SensorClientsManager::IsNeedOpenSensor(int sensorId, int serviceId) in IsNeedOpenSensor()
249 bool SensorClientsManager::IsNeedCloseSensor(int sensorId, int serviceId) in IsNeedCloseSensor()
[all …]
Dsensor_if_service.cpp164 int32_t SensorIfService::Enable(int32_t sensorId) in Enable()
190 int32_t SensorIfService::Disable(int32_t sensorId) in Disable()
225 int32_t SensorIfService::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterva… in SetBatch()
241 int32_t SensorIfService::SetBatchSenior(int32_t serviceId, int32_t sensorId, int32_t mode, int64_t … in SetBatchSenior()
287 int32_t SensorIfService::SetMode(int32_t sensorId, int32_t mode) in SetMode()
306 int32_t SensorIfService::SetOption(int32_t sensorId, uint32_t option) in SetOption()
582 int32_t SensorIfService::ReadData(int32_t sensorId, std::vector<HdfSensorEvents> &event) in ReadData()
593 int32_t SensorIfService::SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) in SetSdcSensor()
Dsensor_client_info.cpp42 void SensorClientInfo::PrintClientMapInfo(int32_t serviceId, int32_t sensorId) in PrintClientMapInfo()
/drivers/peripheral/sensor/hal/src/
Dsensor_controller.c213 static struct HdfIoService *GetSensorServiceBySensorId(int32_t sensorId) in GetSensorServiceBySensorId()
226 static int32_t SendSensorMsg(int32_t sensorId, struct HdfSBuf *msg, struct HdfSBuf *reply) in SendSensorMsg()
243 static int32_t EnableSensor(int32_t sensorId) in EnableSensor()
274 static int32_t DisableSensor(int32_t sensorId) in DisableSensor()
305 static int32_t SetSensorBatch(int32_t sensorId, int64_t samplingInterval, int64_t interval) in SetSensorBatch()
342 static int32_t SetSensorMode(int32_t sensorId, int32_t mode) in SetSensorMode()
368 static int32_t SetSensorOption(int32_t sensorId, uint32_t option) in SetSensorOption()
428 static int32_t ReadData(int32_t sensorId, struct SensorEvents *event) in ReadData()
Dsensor_channel.c65 void SetSensorIdBySensorType(enum SensorTypeTag type, int32_t sensorId) in SetSensorIdBySensorType()
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp158 int32_t SensorImpl::Enable(int32_t sensorId) in Enable()
173 int32_t SensorImpl::Disable(int32_t sensorId) in Disable()
188 int32_t SensorImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch()
204 int32_t SensorImpl::SetMode(int32_t sensorId, int32_t mode) in SetMode()
220 int32_t SensorImpl::SetOption(int32_t sensorId, uint32_t option) in SetOption()
/drivers/peripheral/sensor/interfaces/v1_0/
Disensor_interface_vdi.h35 int32_t sensorId; member
47 int32_t sensorId; member
68 virtual int32_t SetSaBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetSaBatch()
Disensor_callback_vdi.h31 int32_t sensorId; member
/drivers/peripheral/sensor/test/unittest/hdi/
Dhdf_sensor_hdi_test.cpp523 int32_t sensorId = g_info[0].sensorId; variable
559 int32_t sensorId = g_info[0].sensorId; variable
595 int32_t sensorId = g_info[0].sensorId; variable
/drivers/peripheral/sensor/hal/include/
Dsensor_channel.h52 int32_t sensorId; member
58 int32_t sensorId; member
Dsensor_manager.h27 int32_t sensorId; member
Dsensor_controller.h48 int32_t sensorId; /* Sensor ID, defined by the sensor driver developer */ member
/drivers/peripheral/sensor/interfaces/include/
Dsensor_type.h181 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */ member
200 int32_t sensorId; /**< Sensor ID */ member
218 int32_t sensorId; member
/drivers/hdf_core/framework/model/sensor/driver/include/
Dsensor_device_type.h87 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */ member
98 int32_t sensorId; /**< Sensor ID */ member
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_device_manager.c302 int32_t sensorId; in DispatchSensor() local