| /drivers/peripheral/sensor/hdi_service/ |
| D | sensor_clients_manager.cpp | 144 void SensorClientsManager::UpdateSensorConfig(int sensorId, int64_t samplingInterval, int64_t repor… in UpdateSensorConfig() 160 void SensorClientsManager::UpdateSdcSensorConfig(int sensorId, int64_t samplingInterval, int64_t re… in UpdateSdcSensorConfig() 176 void SensorClientsManager::UpdateClientPeriodCount(int sensorId, int64_t samplingInterval, int64_t … in UpdateClientPeriodCount() 208 void SensorClientsManager::SetSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t &re… in SetSensorBestConfig() 226 void SensorClientsManager::SetSdcSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t … in SetSdcSensorBestConfig() 245 void SensorClientsManager::GetSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t &re… in GetSensorBestConfig() 265 void SensorClientsManager::EraseSdcSensorBestConfig(int sensorId) in EraseSdcSensorBestConfig() 279 void SensorClientsManager::OpenSensor(int sensorId, int serviceId) in OpenSensor() 288 bool SensorClientsManager::IsNeedOpenSensor(int sensorId, int serviceId) in IsNeedOpenSensor() 304 bool SensorClientsManager::IsNeedCloseSensor(int sensorId, int serviceId) in IsNeedCloseSensor() [all …]
|
| D | sensor_hdi_dump.cpp | 76 const int32_t sensorId) in SensorInfoDataToString() 99 const int32_t sensorId, in ShowData() 181 auto sensorId = entry2.first; in SensorShowClient() local 196 auto sensorId = entry2.first; in SensorShowClient() local
|
| D | sensor_if_service.cpp | 187 int32_t SensorIfService::Enable(int32_t sensorId) in Enable() 215 int32_t SensorIfService::Disable(int32_t sensorId) in Disable() 224 int32_t SensorIfService::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterva… in SetBatch() 240 int32_t SensorIfService::SetBatchSenior(int32_t serviceId, int32_t sensorId, int32_t mode, int64_t … in SetBatchSenior() 292 int32_t SensorIfService::SetDelay(int32_t sensorId, int64_t &samplingInterval, int64_t &reportInter… in SetDelay() 318 int32_t SensorIfService::SetMode(int32_t sensorId, int32_t mode) in SetMode() 340 int32_t SensorIfService::SetOption(int32_t sensorId, uint32_t option) in SetOption() 640 int32_t SensorIfService::ReadData(int32_t sensorId, std::vector<HdfSensorEvents> &event) in ReadData() 653 int32_t SensorIfService::DisableSensor(int32_t sensorId, uint32_t serviceId) in DisableSensor() 690 int32_t SensorIfService::SetSdcSensor(int32_t sensorId, bool enabled, int32_t rateLevel) in SetSdcSensor()
|
| D | sensor_client_info.cpp | 42 void SensorClientInfo::PrintClientMapInfo(int32_t serviceId, int32_t sensorId) in PrintClientMapInfo()
|
| /drivers/peripheral/sensor/hal/src/ |
| D | sensor_controller.c | 213 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()
|
| D | sensor_channel.c | 65 void SetSensorIdBySensorType(enum SensorTypeTag type, int32_t sensorId) in SetSensorIdBySensorType()
|
| /drivers/peripheral/sensor/test/unittest/dump/ |
| D | hdf_sensor_dump_test.cpp | 91 for (int32_t sensorId = SENSOR_ID_START; sensorId <= SENSOR_ID_END; sensorId++) { in GetAllSensorInfo() local 121 void HdfSensorDumpTest::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() 129 void HdfSensorDumpTest::Enable(int32_t sensorId) in Enable() 135 void HdfSensorDumpTest::Disable(int32_t sensorId) in Disable()
|
| /drivers/peripheral/sensor/hdi_impl/ |
| D | sensor_impl.cpp | 161 int32_t SensorImpl::Enable(int32_t sensorId) in Enable() 179 int32_t SensorImpl::Disable(int32_t sensorId) in Disable() 197 int32_t SensorImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() 216 int32_t SensorImpl::SetMode(int32_t sensorId, int32_t mode) in SetMode() 235 int32_t SensorImpl::SetOption(int32_t sensorId, uint32_t option) in SetOption()
|
| /drivers/peripheral/sensor/interfaces/v1_0/ |
| D | isensor_interface_vdi.h | 35 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()
|
| D | isensor_callback_vdi.h | 32 int32_t sensorId; member
|
| /drivers/peripheral/sensor/hal/include/ |
| D | sensor_channel.h | 52 int32_t sensorId; member 58 int32_t sensorId; member
|
| D | sensor_manager.h | 27 int32_t sensorId; member
|
| D | sensor_controller.h | 48 int32_t sensorId; /* Sensor ID, defined by the sensor driver developer */ member
|
| /drivers/peripheral/sensor/test/unittest/hdi/ |
| D | hdf_sensor_hdi_test.cpp | 525 int32_t sensorId = g_info[0].sensorId; variable 561 int32_t sensorId = g_info[0].sensorId; variable 597 int32_t sensorId = g_info[0].sensorId; variable
|
| /drivers/peripheral/sensor/interfaces/include/ |
| D | sensor_type.h | 183 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */ member 202 int32_t sensorId; /**< Sensor ID */ member 220 int32_t sensorId; member
|
| /drivers/hdf_core/framework/model/sensor/driver/include/ |
| D | sensor_device_type.h | 87 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/ |
| D | sensor_device_manager.c | 302 int32_t sensorId; in DispatchSensor() local
|