Home | History | Annotate | Download | only in android

Lines Matching full:sensor

17 /* initialize sensor emulation */
20 /* NOTE: Sensor status Error definition, It will be used in the Sensors Command
23 * SENSOR_STATUS_DISABLED: sensor is disabled.
24 * SENSOR_STATUS_UNKNOWN: wrong sensor name.
25 * SENSOR_STATUS_OK: Everything is OK to the current sensor.
55 extern void android_hw_sensor_enable( AndroidSensor sensor );
66 /* get sensor values */
69 /* set sensor values */
72 /* Get sensor id from sensor name */
75 /* Get sensor name from sensor id */
78 /* Get sensor from sensor id */