HomeSort by relevance Sort by last modified time
    Searched full:mutable_sensor_list (Results 1 - 1 of 1) sorted by null

  /hardware/libhardware/modules/sensors/
multihal.cpp 538 sensor_t* mutable_sensor_list = new sensor_t[global_sensors_count]; local
540 // index of the next sensor to set in mutable_sensor_list
559 memcpy(&mutable_sensor_list[mutable_sensor_index], local_sensor,
565 mutable_sensor_list[mutable_sensor_index].handle = global_handle;
574 global_sensors_list = mutable_sensor_list;

Completed in 198 milliseconds