HomeSort by relevance Sort by last modified time
    Searched refs:sensors (Results 126 - 150 of 458) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/native/services/sensorservice/
SensorDevice.h 33 #include "android/hardware/sensors/1.0/ISensors.h"
108 sp<android::hardware::sensors::V1_0::ISensors> mSensors;
181 using Event = hardware::sensors::V1_0::Event;
182 using SensorInfo = hardware::sensors::V1_0::SensorInfo;
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 35 /** Array containing monitored sensors. */
37 /** Controls displayed list of sensors. */
209 // Iterate through the available sensors, adding them to the array.
212 List<Sensor> sensors = sm.getSensorList(Sensor.TYPE_ALL); local
214 for (int n = 0; n < sensors.size(); n++) {
215 Sensor avail_sensor = sensors.get(n);
217 // There can be multiple sensors of the same type. We need only one.
  /hardware/interfaces/sensors/1.0/default/
Sensors.cpp 17 #include "Sensors.h"
27 namespace sensors { namespace in namespace:android::hardware
56 Sensors::Sensors()
112 status_t Sensors::initCheck() const {
116 Return<void> Sensors::getSensorsList(getSensorsList_cb _hidl_cb) {
135 int Sensors::getHalDeviceVersion() const {
143 Return<Result> Sensors::setOperationMode(OperationMode mode) {
151 Return<Result> Sensors::activate(
160 Return<void> Sensors::poll(int32_t maxCount, poll_cb _hidl_cb)
345 Sensors *sensors = new Sensors; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerMeasurementTestActivity.java 17 package com.android.cts.verifier.sensors;
20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java 18 package com.android.cts.verifier.sensors.base;
20 import com.android.cts.verifier.sensors.reporting.SensorTestDetails;
SensorCtsTestSuite.java 17 package com.android.cts.verifier.sensors.base;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
StartActivity.java 16 package com.android.cts.verifier.sensors.sixdof.Activities;
20 import com.android.cts.verifier.sensors.sixdof.Utils.ReportExporter;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
PhaseStartFragment.java 16 package com.android.cts.verifier.sensors.sixdof.Fragments;
19 import com.android.cts.verifier.sensors.sixdof.Activities.TestActivity;
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorEventQueue.cpp 26 using android::hardware::sensors::V1_0::SensorInfo;
113 android::hardware::sensors::V1_0::implementation::convertToSensorEvent(
ASensorManager.h 34 // Returns error or number of sensors returned.
58 using SensorInfo = android::hardware::sensors::V1_0::SensorInfo;
  /hardware/libhardware/modules/sensors/dynamic_sensor/
Android.mk 41 # hosts other sensors: add dependency on sensors.dynamic_sensor_hal in device level makefile and
73 LOCAL_MODULE := sensors.dynamic_sensor_hal
81 LOCAL_SRC_FILES := $(dynamic_sensor_src) sensors.cpp
  /test/vts/script/
create-image.sh 22 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/sensors/ -rf
35 cp ${ANDROID_BUILD_TOP}/test/vts-testcase/hal/sensors ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/ -rf
  /build/make/target/product/
emulator.mk 50 sensors.goldfish \
59 sensors.ranchu \
87 android.hardware.sensors@1.0-impl \
88 android.hardware.sensors@1.0-service
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
Lap2Dialog.java 16 package com.android.cts.verifier.sensors.sixdof.Dialogs;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
ShaderHelper.java 16 package com.android.cts.verifier.sensors.sixdof.Renderer.RenderUtils;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/
AndroidPoseProvider.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.PoseProvider;
25 * Provides pose data using Android Sensors.
PoseData.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.PoseProvider;
  /device/google/contexthub/firmware/os/inc/
hostIntf.h 22 #include <sensors.h>
  /device/google/contexthub/sensorhal/
directchannel.h 24 #include <hardware/sensors.h>
hubdefs.h 20 #include <hardware/sensors.h>
67 // The order of the activity sensors must be sequential. It is used in
68 // various places to iterate over the list of sensors that are associated
  /device/google/dragon/sensor_hub/
sensors.h 22 #include <hardware/sensors.h>
34 * If we implement wake up/non wake up sensors, we would lister to
  /device/google/marlin/
device-marlin.mk 51 sensors.marlin \
device-sailfish.mk 51 sensors.sailfish \
  /device/google/taimen/
thermal-engine.conf 34 sensors tsens_tz_sensor13 tsens_tz_sensor0
110 sensors tsens_tz_sensor13 tsens_tz_sensor0
  /device/google/wahoo/
device.mk 235 # settings to enable Device Orientation Sensors
237 ro.qti.sensors.dev_ori=true
241 ro.qti.sensors.wu=false
245 ro.qti.sdk.sensors.gestures=false \
246 ro.qti.sensors.amd=false \
247 ro.qti.sensors.cmc=false \
248 ro.qti.sensors.facing=false \
249 ro.qti.sensors.pedometer=false \
250 ro.qti.sensors.rmd=false \
251 ro.qti.sensors.scrn_ortn=fals
    [all...]

Completed in 3407 milliseconds

1 2 3 4 56 7 8 91011>>