Home | History | Annotate | Download | only in android

Lines Matching full:sensor

49 /* Starts sensor emulation. */
51 /* Stops sensor emulation. */
53 /* Enables emulation for a sensor. */
55 /* Disables emulation for a sensor. */
57 /* This message delivers sensor values. */
61 /* Describes a sensor on the device.
68 /* Identifies sensor on the device. Value -1 indicates list terminator,
69 * rather than a valid sensor descriptor. */
71 /* Beginning of zero-terminated sensor name. */
75 /* Describes a sensor in the array of emulated sensors. */
77 /* Identifies sensor on the device. */
79 /* Identifies sensor in emulator. */
81 /* Sensor name. */
85 /* Sensor event message descriptor.
89 /* Identifies a device sensor for which values have been delivered. */
91 /* Sensor values. */
111 /* Checks if sensor descriptor is the terminator.
121 /* Gets next sensor descriptor.
123 * Next sensor desciptor, or NULL if there are no more descriptors in the list.
182 /* Parses flat sensor list, and saves its entries into 'sensors' array filed of
190 /* Allocate array for sensor descriptors. */
193 /* Iterate through the flat sensor list, filling up array of emulated
197 /* Get emulator-side ID for the sensor. < 0 value indicates that
198 * sensor is not supported by the emulator. */
209 D("Sensors: Emulated sensor '%s': Device id = %d, Emulator id = %d",
212 D("Sensors: Sensor '%s' is not support by emulator",
221 /* Finds sensor descriptor for an SDK controller-side ID. */
234 /* Initiates sensor emulation.
258 /* Reenable emulation for this sensor. */
260 D("Sensors: Sensor '%s' is enabled on SDK controller.",
293 D("Sensors: Sensor list received with %d sensors.",
297 /* At this point we are ready to statr sensor emulation. */
303 /* A callback that is invoked on sensor events.
306 * event - Sensor event.
318 /* Fire up sensor change in the guest. */
322 W("Sensors: No descriptor for sensor %d", event->sensor_id);
335 * have different set of sensors, so we need to re-query sensor list on