HomeSort by relevance Sort by last modified time
    Searched refs:sensors (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /hardware/invensense/65xx/libsensors_iio/
sensors.h 28 #include <hardware/sensors.h>
61 * The SENSORS Module
Android.mk 27 LOCAL_CFLAGS := -DLOG_TAG=\"Sensors\"
99 LOCAL_MODULE := sensors.invensense
103 #LOCAL_MODULE := sensors.invensense
105 LOCAL_MODULE := sensors.${TARGET_PRODUCT}
108 LOCAL_MODULE := sensors.${TARGET_PRODUCT}
122 LOCAL_CFLAGS := -DLOG_TAG=\"Sensors\"
  /hardware/libhardware/modules/sensors/
SensorEventQueue.cpp 17 #include <hardware/sensors.h>
  /hardware/libhardware/tests/hardware/
struct-last.cpp 20 #include <hardware/sensors.h>
42 //Types defined in sensors.h
struct-size.cpp 20 #include <hardware/sensors.h>
49 //Types defined in sensors.h
  /hardware/invensense/60xx/mlsdk/mllite/
mldl.c 246 * @param sensors
247 * Bitfield of the sensors that are going to be used. Combination of the
269 inv_error_t inv_init_requested_sensors(unsigned long sensors)
271 mldlCfg.requested_sensors = sensors;
281 * @param sensors
282 * Bitfield of the sensors to turn on. Combination of the following:
303 inv_error_t inv_dl_start(unsigned long sensors)
308 mldlCfg.requested_sensors = sensors;
314 sensors);
324 * @param sensors Bitfiled of the sensors to leave on. Combination of th
    [all...]
mldl_cfg_mpu.c 257 unsigned long sensors)
261 mldl_cfg->requested_sensors = sensors;
288 unsigned long sensors)
293 mldl_cfg->requested_sensors = (~sensors) & INV_ALL_SENSORS;
294 //MPL_LOGI("%s: suspending sensors to %04lx\n", __func__,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceSensors.java 110 // note: device motion spec does not require all sensors to be available
136 * Stop listening to sensors for a given event type. Ensures that sensors are not disabled
378 * @param sensorTypes List of sensors to activate.
380 * @param failOnMissingSensor If true the method returns true only if all sensors could be
521 * Device Light value from Ambient Light sensors.
546 List<Sensor> sensors = mSensorManager.getSensorList(sensorType); local
547 if (sensors.isEmpty()) {
550 return mSensorManager.registerListener(listener, sensors.get(0), rate, handler);
555 List<Sensor> sensors = mSensorManager.getSensorList(sensorType) local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MagneticFieldMeasurementTestActivity.java 17 package com.android.cts.verifier.sensors;
20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
98 * This test is used to validate the requirement imposed by the CDD to Sensors in Android. And
136 * uncalibrated sensors comply to the following equation:
SensorSynchronizationTestActivity.java 2 package com.android.cts.verifier.sensors;
4 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
RotationVectorTestActivity.java 17 package com.android.cts.verifier.sensors;
20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
21 import com.android.cts.verifier.sensors.renderers.GLArrowSensorTestRenderer;
76 * This approach allows to test all sensors at once.
83 // if none of the sensors is supported, skip the test by throwing an exception
165 // set up sensors first, so activitySetUp has the state in place
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java 17 package com.android.cts.verifier.sensors.helpers;
20 import com.android.cts.verifier.sensors.base.ISensorTestStateContainer;
  /hardware/invensense/6515/libsensors_iio/
Android.mk 27 LOCAL_CFLAGS := -DLOG_TAG=\"Sensors\"
92 LOCAL_MODULE := sensors.full_grouper
96 LOCAL_MODULE := sensors.hammerhead
100 LOCAL_MODULE := sensors.invensense
105 LOCAL_MODULE := sensors.invensense
118 LOCAL_CFLAGS := -DLOG_TAG=\"Sensors\"
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MotionSensor.java 19 package androidx.media.filterpacks.sensors;
  /frameworks/native/include/gui/
Sensor.h 28 #include <hardware/sensors.h>
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 23 #include <hardware/sensors.h>
GravitySensor.cpp 23 #include <hardware/sensors.h>
OrientationSensor.cpp 23 #include <hardware/sensors.h>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 18 package com.android.cts.verifier.sensors.base;
21 import com.android.cts.verifier.sensors.helpers.SensorTestScreenManipulator;
22 import com.android.cts.verifier.sensors.reporting.SensorTestDetails;
  /device/asus/deb/
init.deb.rc 172 mkdir /data/system/sensors
173 chmod 775 /data/system/sensors
174 write /data/system/sensors/settings 1
175 chmod 660 /data/system/sensors/settings
178 mkdir /data/misc/sensors
179 chmod 775 /data/misc/sensors
181 mkdir /persist/sensors
182 chmod 775 /persist/sensors
344 service sensors /system/bin/sensors.qco
    [all...]
  /device/asus/flo/
init.flo.rc 172 mkdir /data/system/sensors
173 chmod 775 /data/system/sensors
174 write /data/system/sensors/settings 1
175 chmod 660 /data/system/sensors/settings
178 mkdir /data/misc/sensors
179 chmod 775 /data/misc/sensors
181 mkdir /persist/sensors
182 chmod 775 /persist/sensors
356 service sensors /system/bin/sensors.qco
    [all...]
  /device/lge/hammerhead/
init.hammerhead.rc 158 mkdir /data/system/sensors
159 chmod 755 /data/system/sensors
162 mkdir /data/misc/sensors
163 chmod 775 /data/misc/sensors
166 mkdir /persist/sensors
167 chmod 775 /persist/sensors
168 write /persist/sensors/sensors_settings 1
169 chmod 660 /persist/sensors/sensors_settings
312 service sensors /system/bin/sensors.qco
    [all...]
  /device/lge/mako/
init.mako.rc 175 mkdir /data/system/sensors
176 chmod 665 /data/system/sensors
177 write /data/system/sensors/settings 1
178 chmod 660 /data/system/sensors/settings
181 mkdir /data/misc/sensors
182 chmod 775 /data/misc/sensors
184 mkdir /persist/sensors
185 chmod 775 /persist/sensors
308 service sensors /system/bin/sensors.qco
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
overrides.css 209 /* Sensors tab */
211 .overrides-sensors > label {
215 .overrides-device, .overrides-media, .overrides-network, .overrides-sensors {
219 .overrides-sensors input {
  /frameworks/base/core/java/android/hardware/
SensorManager.java 30 * sensors}. Get an instance of this class by calling
36 * Always make sure to disable sensors you don't need, especially when your
38 * hours. Note that the system will <i>not</i> disable sensors automatically when
85 // Cached lists of sensors by type. Guarded by mSensorListByType.
167 * A constant that includes all sensors
372 * Gets the full list of sensors that are available.
378 * @return available sensors.
388 * Use this method to get the list of available sensors of a certain type.
389 * Make multiple calls to get sensors of different types or use
391 * sensors
    [all...]

Completed in 584 milliseconds

1 23 4 5 6 7