OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGyro
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp
38
mGyro
= Sensor(list + i);
60
mSensorDevice.activate(ident,
mGyro
.getHandle(), enabled);
65
mSensorDevice.setDelay(ident,
mGyro
.getHandle(), ns);
76
hwSensor.maxRange =
mGyro
.getMaxValue();
77
hwSensor.resolution =
mGyro
.getResolution();
79
hwSensor.minDelay =
mGyro
.getMinDelay();
SensorFusion.cpp
42
mGyro
= Sensor(list + i);
51
mGyro
= uncalibratedGyro;
63
if (event.type ==
mGyro
.getType()) {
107
mSensorDevice.activate(ident,
mGyro
.getHandle(), enabled);
124
mSensorDevice.batch(ident,
mGyro
.getHandle(), 0, mTargetDelayNs, 0);
132
mGyro
.getPowerUsage();
CorrectedGyroSensor.h
37
Sensor
mGyro
;
SensorFusion.h
44
Sensor
mGyro
;
/prebuilts/devtools/tools/lib/
sdkuilib.jar
Completed in 28 milliseconds