OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotationvector
(Results
1 - 10
of
10
) sorted by null
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp
264
mPendingEvents[
RotationVector
].version = sizeof(sensors_event_t);
265
mPendingEvents[
RotationVector
].sensor = ID_RV;
266
mPendingEvents[
RotationVector
].type = SENSOR_TYPE_ROTATION_VECTOR;
301
mHandlers[
RotationVector
] = &MPLSensor::rvHandler;
1074
if ((mEnabled & ((1 << Orientation) | (1 <<
RotationVector
) |
[
all
...]
MPLSensor.h
126
RotationVector
,
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
220
mPendingEvents[
RotationVector
].version = sizeof(sensors_event_t);
221
mPendingEvents[
RotationVector
].sensor = ID_RV;
222
mPendingEvents[
RotationVector
].type = SENSOR_TYPE_ROTATION_VECTOR;
251
mHandlers[
RotationVector
] = &MPLSensor::rvHandler;
816
what =
RotationVector
;
874
what =
RotationVector
;
[
all
...]
MPLSensor.h
51
RotationVector
,
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceMotionAndOrientation.java
298
private void getOrientationFromRotationVector(float[]
rotationVector
) {
300
SensorManager.getRotationMatrixFromVector(deviceRotationMatrix,
rotationVector
);
/frameworks/base/core/java/android/hardware/
SensorManager.java
[
all
...]
Sensor.java
291
//
RotationVector
length has changed to 3 to 5 for API level 18
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
96
| (1 <<
RotationVector
) \
459
mPendingEvents[
RotationVector
].version = sizeof(sensors_event_t);
460
mPendingEvents[
RotationVector
].sensor = ID_RV;
461
mPendingEvents[
RotationVector
].type = SENSOR_TYPE_ROTATION_VECTOR;
462
mPendingEvents[
RotationVector
].acceleration.status
531
mHandlers[
RotationVector
] = &MPLSensor::rvHandler;
533
mHandlers[
RotationVector
] = &MPLSensor::grvHandler;
[
all
...]
MPLSensor.h
186
RotationVector
,
/frameworks/native/services/sensorservice/
SensorService.cpp
394
// handle backward compatibility for
RotationVector
sensor
[
all
...]
Completed in 504 milliseconds