Home
last modified time | relevance | path

Searched refs:sensorInfoEntry (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c61 if ((sensorList == NULL) || (sensorList->sensorInfoEntry == NULL) || (sensorList->sensorSum == 0)) { in SensorShowList()
90 sensorList->sensorInfoEntry[index].sensorName, in SensorShowList()
91 sensorList->sensorInfoEntry[index].sensorId, in SensorShowList()
92 sensorStatus[sensorList->sensorInfoEntry[index].sensorId], in SensorShowList()
93 sensorList->sensorInfoEntry[index].maxRange, in SensorShowList()
94 sensorList->sensorInfoEntry[index].accuracy, in SensorShowList()
95 sensorList->sensorInfoEntry[index].power, in SensorShowList()
96 sensorList->sensorInfoEntry[index].minDelay, in SensorShowList()
97 sensorList->sensorInfoEntry[index].maxDelay, in SensorShowList()
98 sensorList->sensorInfoEntry[inde in SensorShowList()
[all...]
H A Dsensor_controller.c51 if (manager->sensorInfoEntry != NULL) { in ReleaseAllSensorInfo()
52 OsalMemFree(manager->sensorInfoEntry); in ReleaseAllSensorInfo()
53 manager->sensorInfoEntry = NULL; in ReleaseAllSensorInfo()
65 CHECK_NULL_PTR_RETURN_VALUE(manager->sensorInfoEntry, SENSOR_NULL_PTR); in SetSensorIdClassification()
77 sensorIdNode->sensorId = manager->sensorInfoEntry[i].sensorId; in SetSensorIdClassification()
78 SetSensorIdBySensorType(manager->sensorInfoEntry[i].sensorTypeId, manager->sensorInfoEntry[i].sensorId); in SetSensorIdClassification()
80 manager->sensorInfoEntry[i].maxRange = manager->sensorInfoEntry[i].maxRange * HDI_SENSOR_GRAVITY; in SetSensorIdClassification()
81 manager->sensorInfoEntry[ in SetSensorIdClassification()
[all...]
H A Dsensor_manager.c35 .sensorInfoEntry = NULL, in GetSensorDevManager()
/drivers/peripheral/sensor/hal/include/
H A Dsensor_manager.h45 struct SensorInformation *sensorInfoEntry; member

Completed in 3 milliseconds