Lines Matching full:sensor
58 * Comparable class that globally identifies a sensor, by module index and local handle.
60 * A local handle is the handle the sub-module assigns to a sensor.
104 // Returns the sub_hw_modules index of the module that contains the sensor associates with this
280 // A normal event's "sensor" field is a local handle. Convert it to a global handle.
281 // A meta-data event must have its sensor set to 0, but it has a nested event
286 // If it's a metadata event, rewrite the inner payload, not the sensor field.
287 // If the event's sensor field is unregistered for any reason, rewrite the sensor field
288 // with a -1, instead of writing an incorrect but plausible sensor number, because
291 full_handle.localHandle = dest->meta_data.sensor;
292 dest->meta_data.sensor = get_global_handle(&full_handle);
294 full_handle.localHandle = dest->sensor;
295 dest->sensor = get_global_handle(&full_handle);
316 if (data[eventsRead].sensor == -1) {
540 // index of the next sensor to set in mutable_sensor_list
548 // Read the sub-module's sensor list.
553 // Copy the HAL's sensor list into global_sensors_list,
556 ALOGV("examining one sensor");
587 ALOGV("sensor type: %d", global_sensors_list[i].type);
602 name : "MultiHal Sensor Module",