OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sensorId
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DynamicSensorDiscoveryTestActivity.java
148
Integer
sensorId
= mCallback.getSensorId();
149
boolean match = mSensorId != null &&
sensorId
!= null &&
150
sensorId
.intValue() == mSensorId.intValue();
/frameworks/base/services/core/java/com/android/server/am/
HealthStatsBatteryStatsWriter.java
122
int
sensorId
= sensors.keyAt(i);
125
if (
sensorId
== BatteryStats.Uid.Sensor.GPS) {
129
addTimers(uidWriter, UidHealthStats.TIMERS_SENSORS, Integer.toString(
sensorId
),
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java
213
final int
sensorId
= getSensorId(sensor);
214
if (mSensorManager.getDefaultSensor(
sensorId
) == null) {
327
int
sensorId
= getSensorId(sensorName);
328
if (
sensorId
>= 0) {
329
response = switchSensor(
sensorId
, switchOn, requestRate);
344
int
sensorId
= -1;
347
sensorId
= Sensor.TYPE_ACCELEROMETER;
349
sensorId
= Sensor.TYPE_AMBIENT_TEMPERATURE;
351
sensorId
= Sensor.TYPE_GAME_ROTATION_VECTOR;
353
sensorId
= Sensor.TYPE_GEOMAGNETIC_ROTATION_VECTOR
[
all
...]
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
[
all
...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp
[
all
...]
Completed in 499 milliseconds