Searched refs:Orientation (Results 1 - 11 of 11) sorted by relevance

/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp55 mPendingEvents[Orientation ].version = sizeof(sensors_event_t);
56 mPendingEvents[Orientation ].sensor = ID_O;
57 mPendingEvents[Orientation ].type = SENSOR_TYPE_ORIENTATION;
58 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
89 case Orientation:
153 case Orientation:
266 return Orientation;
307 mPendingMask |= 1<<Orientation;
308 mPendingEvents[Orientation].orientation.azimuth = value * CONVERT_O;
311 mPendingMask |= 1<<Orientation;
[all...]
H A DAkmSensor.h42 Orientation, enumerator in enum:AkmSensor::__anon3
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp83 { "MPL Orientation", "Invensense", 1,
245 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
246 mPendingEvents[Orientation].sensor = ID_O;
247 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
248 mPendingEvents[Orientation].orientation.status
257 mHandlers[Orientation] = &MPLSensor::orienHandler;
807 what = Orientation;
865 what = Orientation;
1326 list[Orientation].power = list[Gyro].power + list[Accelerometer].power
1328 list[Orientation]
[all...]
H A DMPLSensor.h50 Orientation, enumerator in enum:MPLSensor::__anon1036
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp102 {"MPL Orientation", "Invensense", 1,
116 {"MPL Screen Orientation", "Invensense ", 1,
295 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
296 mPendingEvents[Orientation].sensor = ID_O;
297 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
298 mPendingEvents[Orientation].orientation.status
308 mHandlers[Orientation] = &MPLSensor::orienHandler;
1074 if ((mEnabled & ((1 << Orientation) | (1 << RotationVector) |
1302 sname = "Screen Orientation";
1323 what = Orientation;
[all...]
H A DMPLSensor.h125 Orientation, enumerator in enum:MPLSensor::__anon1037
/hardware/invensense/6515/libsensors_iio/
H A Dsensors.h70 Orientation, enumerator in enum:__anon1054
137 {"MPL Orientation", "Invensense", 1, SENSORS_ORIENTATION_HANDLE,
167 {"MPL Screen Orientation", "Invensense ", 1, SENSORS_SCREEN_ORIENTATION_HANDLE,
195 {"MPL Orientation", "Invensense", 1,
223 {"MPL Screen Orientation", "Invensense ", 1,
H A DMPLSensor.cpp456 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
457 mPendingEvents[Orientation].sensor = ID_O;
458 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
459 mPendingEvents[Orientation].orientation.status
494 mHandlers[Orientation] = &MPLSensor::orienHandler;
2342 for(int i = Orientation; i <= GeomagneticRotationVector; i++) {
2881 sname = "Screen Orientation";
2902 what = Orientation;
2903 sname = "Orientation";
3019 case Orientation
[all...]
H A DMPLSensor.h71 (1 << Orientation) \
157 /* Screen Orientation is not currently supported */
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp95 (1 << Orientation) \
138 {"MPL Orientation", "Invensense", 1,
166 {"MPL Screen Orientation", "Invensense ", 1,
564 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
565 mPendingEvents[Orientation].sensor = ID_O;
566 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
567 mPendingEvents[Orientation].orientation.status
598 mHandlers[Orientation] = &MPLSensor::orienHandler;
2303 for(int i = Orientation; i <= GeomagneticRotationVector; i++) {
2802 sname = "Screen Orientation";
[all...]
H A DMPLSensor.h186 Orientation, enumerator in enum:MPLSensor::__anon1064

Completed in 68 milliseconds