Home | History | Annotate | Download | only in libsensors

Lines Matching full:mpl

65 /* this mask must turn on only the sensors that are present and managed by the MPL */
74 { { "MPL Gyroscope", "Invensense", 1,
77 { "MPL Accelerometer", "Invensense", 1,
80 { "MPL Magnetic Field", "Invensense", 1,
83 { "MPL Orientation", "Invensense", 1,
86 { "MPL Rotation Vector", "Invensense", 1,
89 { "MPL Linear Acceleration", "Invensense", 1,
92 { "MPL Gravity", "Invensense", 1,
99 * MPL interface misc.
104 /* we need to pass some callbacks to the MPL. The mpl is a C library, so
271 ALOGE("Fatal Error : could not open MPL serial interface");
397 "error: unable to set MPL sensor power states (sens=%ld retcode = %d)",
419 "error: unable to store MPL calibration file");
449 * container function for all the calls we make once to set up the MPL.
467 ALOGE("could not open MPL calibration file");
574 * handle the motion/no motion output from the MPL.
600 //these handlers transform mpl data into one of the Android sensor types
787 int index) //note that this is the handler for the android 'orientation' sensor, not the mpl orientation output