Searched refs:global_sensors_count (Results 1 – 1 of 1) sorted by relevance
181 static int global_sensors_count = -1; variable693 global_sensors_count = 0; in lazy_init_sensors_list()698 global_sensors_count += module->get_sensors_list(module, &subhal_sensors_list); in lazy_init_sensors_list()699 ALOGV("increased global_sensors_count to %d", global_sensors_count); in lazy_init_sensors_list()704 sensor_t* mutable_sensor_list = new sensor_t[global_sensors_count]; in lazy_init_sensors_list()757 ALOGV("global_sensors_count: %d", global_sensors_count); in module__get_sensors_list()758 for (int i = 0; i < global_sensors_count; i++) { in module__get_sensors_list()761 return global_sensors_count; in module__get_sensors_list()