OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawGyro
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
487
mPendingEvents[
RawGyro
].version = sizeof(sensors_event_t);
488
mPendingEvents[
RawGyro
].sensor = ID_RG;
489
mPendingEvents[
RawGyro
].type = SENSOR_TYPE_GYROSCOPE_UNCALIBRATED;
490
mPendingEvents[
RawGyro
].gyro.status = SENSOR_STATUS_ACCURACY_HIGH;
543
mHandlers[
RawGyro
] = &MPLSensor::rawGyroHandler;
[
all
...]
MPLSensor.h
180
RawGyro
,
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp
280
mPendingEvents[
RawGyro
].version = sizeof(sensors_event_t);
281
mPendingEvents[
RawGyro
].sensor = ID_RG;
282
mPendingEvents[
RawGyro
].type = SENSOR_TYPE_GYROSCOPE;
305
mHandlers[
RawGyro
] = &MPLSensor::rawGyroHandler;
1028
uint32_t all_changeables = (1 << Gyro) | (1 <<
RawGyro
) | (1 << Accelerometer)
1050
if (changed & ((1 << Gyro) | (1 <<
RawGyro
))) {
[
all
...]
MPLSensor.h
122
RawGyro
,
Completed in 26 milliseconds