Searched refs:sensorInfoEntry (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/sensor/hal/src/ |
H A D | sensor_dump.c | 61 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 D | sensor_controller.c | 51 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 D | sensor_manager.c | 35 .sensorInfoEntry = NULL, in GetSensorDevManager()
|
/drivers/peripheral/sensor/hal/include/ |
H A D | sensor_manager.h | 45 struct SensorInformation *sensorInfoEntry; member
|
Completed in 3 milliseconds