HomeSort by relevance Sort by last modified time
    Searched refs:sensors (Results 251 - 275 of 471) sorted by null

<<111213141516171819

  /device/google/contexthub/firmware/app/chre/common/
chre11_app_syscalls.c 21 #include <sensors.h>
chre10_app.c 25 #include <sensors.h>
chre_app.c 25 #include <sensors.h>
chre_app_syscalls.c 21 #include <sensors.h>
  /device/google/contexthub/firmware/
firmware.mk 80 SRCS_os += os/core/hostIntf.c os/core/hostIntfI2c.c os/core/hostIntfSpi.c os/core/nanohubCommand.c os/core/sensors.c os/core/syscall.c
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 27 #include <sensors.h>
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 27 #include <sensors.h>
  /device/google/contexthub/firmware/os/drivers/leds/
leds_gpio.c 25 #include <sensors.h>
leds_lp3943.c 26 #include <sensors.h>
346 /* Register sensors */
  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 29 #include <sensors.h>
  /device/google/contexthub/sensorhal/
directchannel.cpp 20 #include <hardware/sensors.h>
  /hardware/invensense/6515/libsensors_iio/
sensors.h 28 #include <hardware/sensors.h>
88 /* Physical parameters of the sensors supported by Invensense MPL */
110 Populate sensor_t structure according to hardware sensors.h
176 Populate sensor_t structure according to hardware sensors.h
300 * The SENSORS Module
MPLSensor.h 29 #include "sensors.h"
49 /* Sensors Enable/Disable Mask
69 // mask of virtual sensors that require gyro + accel + compass data
76 // mask of virtual sensors that require gyro + accel data (but no compass data)
80 // mask of virtual sensors that require mag + accel data (but no gyro data)
84 // mask of all virtual sensors
119 // bit mask of DMP features as sensors
287 int enableSensors(unsigned long sensors, int en, uint32_t changed);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 24 #include <sensors.h>
30 #include <sensors.h>
734 /* Register sensors */
  /test/vts/tools/build/tasks/list/
vts_adapter_package_list.mk 163 android.hardware.sensors@1.0-adapter \
164 android.hardware.sensors@1.0-adapter-helper \
vts_test_lib_hidl_package_list.mk 82 android.hardware.sensors@1.0-vts.driver \
175 android.hardware.sensors@1.0-vts.profiler \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 17 package com.android.cts.verifier.sensors;
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 25 #include <sensors.h>
395 /* Register sensors */
  /device/google/muskie/
device-common.mk 160 persist.config.calibration_fac=/persist/sensors/calibration/calibration.xml
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 17 #define LOG_TAG "Sensors"
19 #include <hardware/sensors.h>
34 #include "sensors.h"
63 /* The SENSORS Module */
220 /* These sensors depend on ID_A and ID_M */
246 /* These sensors depend on ID_A and ID_M */
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 19 #include <hardware/sensors.h>
58 //Types defined in sensors.h
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 137 public static final String NODE_SENSORS = "sensors";
340 Element sensors = doc.createElement(PREFIX + NODE_SENSORS); local
341 hardware.appendChild(sensors);
343 sensors.appendChild(sensorsText);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 29 #include <sensors.h>
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 30 #include <sensors.h>
  /device/google/contexthub/firmware/os/inc/
syscallDo.h 30 #include <sensors.h>

Completed in 473 milliseconds

<<111213141516171819