Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp176 static struct sensor_t const* global_sensors_list = NULL; variable
549 if (global_sensors_list != NULL) { in lazy_init_sensors_list()
607 global_sensors_list = mutable_sensor_list; in lazy_init_sensors_list()
617 *list = global_sensors_list; in module__get_sensors_list()
620 ALOGV("sensor type: %d", global_sensors_list[i].type); in module__get_sensors_list()