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

<<1112131415161718

  /device/google/contexthub/firmware/os/inc/
syscallDo.h 30 #include <sensors.h>
  /hardware/invensense/6515/libsensors_iio/
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);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 29 #include "sensors.h"
49 /* Sensors Enable/Disable Mask
102 // bit mask of DMP features as sensors
142 'hardware/libhardware/include/hardware/sensors.h' to compile correctly.
305 int enableSensors(unsigned long sensors, int en, uint32_t changed);
  /test/vts/script/
setup-local.sh 86 hidl-gen -o ${ANDROID_BUILD_TOP}/output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.sensors@1.0
run_cts_with_profiling.sh 59 adb push ${ANDROID_BUILD_TOP}/out/host/linux-x86/vts/android-vts/testcases/DATA/lib64/android.hardware.sensors@1.0-vts.profiler.so system/lib64/
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 105 android.hardware.sensors@1.0-vts.func_fuzzer.Sensors \
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 78 libraries that allow you to build activities, handle user input, use hardware sensors, package
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 24 #include <sensors.h>
30 #include <sensors.h>
    [all...]
  /device/google/marlin/
device-common.mk 124 android.hardware.sensors@1.0-service \
258 android.hardware.sensors@1.0-impl \
  /device/huawei/angler/
device.mk 272 sensors.angler \
275 android.hardware.sensors@1.0-impl \
  /device/lge/bullhead/
device.mk 302 sensors.bullhead \
305 android.hardware.sensors@1.0-impl \
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 24 #include <sensors.h>
686 /* Register sensors */
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 26 #include <sensors.h>
641 /* Register sensors */
  /device/google/dragon/sensor_hub/
sensors.cpp 31 #include <hardware/sensors.h>
34 #include "sensors.h"
66 * cros_ec_activity is shared between sensors interface and
212 /* We only support the sensors in the lid */
229 * of sensors.
234 * The expected design is a hardcoded list of sensors.
240 ALOGD("counting sensors: count %d: sensor_list_ %p\n",
288 * Looking into the cros_ec_activity sensors, looks for events
395 * cros_ec_get_sensors_names: Build list of sensors from IIO
397 * Scanning /sys/iio/devices, finds all the sensors managed by the EC
    [all...]
  /device/google/marlin/common/
base.mk 564 SENSORS_HARDWARE := sensors.msm7630_surf
565 SENSORS_HARDWARE += sensors.msm7630_fusion
  /hardware/libhardware/modules/sensors/
multihal.cpp 23 #include <hardware/sensors.h>
176 * Cache of all sensors, with original handles replaced by global handles.
592 // Count all the sensors, then allocate an array of blanks.
617 ALOGV("the module has %d sensors", module_sensor_count);
714 ALOGE("Sensors belonging to this HAL will get ignored !");
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
SensorsTestFragment.java 98 View view = inflater.inflate(R.layout.sensors, container, false);
  /frameworks/base/core/java/android/os/
BatteryStats.java 3566 final SparseArray<? extends BatteryStats.Uid.Sensor> sensors = u.getSensorStats(); local
4988 final SparseArray<? extends BatteryStats.Uid.Sensor> sensors = u.getSensorStats(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 17 package com.android.cts.verifier.sensors;
    [all...]
RVCVXCheckAnalyzer.java 1 package com.android.cts.verifier.sensors;
    [all...]
  /device/google/contexthub/firmware/os/core/
osApi.c 20 #include <sensors.h>
sensors.c 22 #include <sensors.h>
hostIntf.c 43 #include <sensors.h>
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220.dtsi 876 thermal-sensors = <&tsensor 2>;
  /frameworks/native/services/sensorservice/
SensorService.cpp 22 #include <hardware/sensors.h>
184 // (it wants to be instantiated after h/w sensors have been
189 // Add Android virtual sensors if they're not already
203 // virtual debugging sensors are not for user
350 // Clear all pending flush connections for all active sensors. If one of the active
383 // Re-enable sensors.
396 result.append("No Sensors on the device\n");
424 result.append("Active sensors:\n");
565 // handle virtual sensors
689 // If the connection has one-shot sensors, it may be cleaned up after first trigger
    [all...]

Completed in 4446 milliseconds

<<1112131415161718