OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSensor
(Results
1 - 17
of
17
) sorted by null
/frameworks/native/services/sensorservice/
RotationVectorSensor.h
45
virtual Sensor
getSensor
() const;
59
virtual Sensor
getSensor
() const;
LinearAccelerationSensor.h
45
virtual Sensor
getSensor
() const;
OrientationSensor.h
44
virtual Sensor
getSensor
() const;
CorrectedGyroSensor.h
45
virtual Sensor
getSensor
() const;
GravitySensor.h
45
virtual Sensor
getSensor
() const;
LinearAccelerationSensor.cpp
61
Sensor LinearAccelerationSensor::
getSensor
() const {
62
Sensor gsensor(mGravitySensor.
getSensor
());
SensorInterface.h
55
virtual Sensor
getSensor
() const = 0;
80
virtual Sensor
getSensor
() const;
RotationVectorSensor.cpp
63
Sensor RotationVectorSensor::
getSensor
() const {
112
Sensor GyroDriftSensor::
getSensor
() const {
SensorInterface.cpp
71
Sensor HardwareSensor::
getSensor
() const {
CorrectedGyroSensor.cpp
69
Sensor CorrectedGyroSensor::
getSensor
() const {
GravitySensor.cpp
77
Sensor GravitySensor::
getSensor
() const {
OrientationSensor.cpp
76
Sensor OrientationSensor::
getSensor
() const {
SensorService.cpp
177
const Sensor sensor(s->
getSensor
());
566
if (sensor->
getSensor
().getMinDelay() == 0) {
588
nsecs_t minDelayNs = sensor->
getSensor
().getMinDelayNs();
676
nsecs_t minDelayNs = sensor->
getSensor
().getMinDelayNs();
691
if (sensor->
getSensor
().getType() == SENSOR_TYPE_SIGNIFICANT_MOTION) {
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorTestInformation.java
149
Sensor sensor = SensorCtsHelper.
getSensor
(context, sensorType);
SensorManagerTestVerifier.java
59
mSensorUnderTest = SensorCtsHelper.
getSensor
(context, sensorType);
SensorCtsHelper.java
246
public static Sensor
getSensor
(Context context, int sensorType) {
/cts/tests/tests/hardware/src/android/hardware/cts/
SensorFrequencyTests.java
198
Sensor sensor = SensorCtsHelper.
getSensor
(this.getContext(), mSensorType);
Completed in 785 milliseconds