Home
last modified time | relevance | path

Searched refs:subhal_sensors_list (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/modules/sensors/
Dmultihal.cpp694 const struct sensor_t *subhal_sensors_list; in lazy_init_sensors_list() local
698 global_sensors_count += module->get_sensors_list(module, &subhal_sensors_list); in lazy_init_sensors_list()
716 int module_sensor_count = module->get_sensors_list(module, &subhal_sensors_list); in lazy_init_sensors_list()
723 const struct sensor_t *local_sensor = &subhal_sensors_list[i]; in lazy_init_sensors_list()