HomeSort by relevance Sort by last modified time
    Searched defs:SensorType (Results 1 - 11 of 11) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
sensor_data.h 41 enum class SensorType : int8_t {
75 SensorType type;
83 SensorData() : type(SensorType::kUndefined), timestamp_nanos(0) {
87 SensorData(SensorType type, uint64_t ts, float x, float y, float z)
94 SensorData(SensorType type, uint64_t ts, float single_axis_sample)
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IpmiNetFnSensorEvent.h 43 UINT8 SensorType;
IpmiNetFnStorage.h 158 UINT8 SensorType; // 13
216 UINT8 SensorType; // 13
518 UINT8 SensorType;
Sal.h 833 UINT8 SensorType;
  /hardware/interfaces/sensors/1.0/default/
convert.cpp 32 dst->type = (SensorType)src.type;
67 typedef ::android::hardware::sensors::V1_0::SensorType SensorType;
72 .sensorType = (SensorType)src.type,
76 switch (dst->sensorType) {
77 case SensorType::META_DATA:
87 case SensorType::ACCELEROMETER:
88 case SensorType::MAGNETIC_FIELD:
89 case SensorType::ORIENTATION
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.h 35 enum class SensorType {
87 SensorType sensor_type = SensorType::Invalid_;
107 static std::string SensorTypeToAbbrevName(SensorType sensor_type);
108 static SensorType SensorAbbrevNameToType(const char *abbrev_name);
109 static SensorType SensorAbbrevNameToType(const std::string& abbrev_name);
152 bool DisableSensor(SensorType sensor_type);
186 * given SensorType, ignoring other events. If sample_limit is 0, then
189 void PrintSensorEvents(SensorType sensor_type, int sample_limit);
247 bool SendCalibrationData(SensorType sensor_type
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorManager.java 215 public @interface SensorType {}
259 * @param sensorType
263 public abstract boolean isSensorSupported(@SensorType int sensorType)
276 * @param sensorType Sensor type to subscribe.
290 @SensorType int sensorType, @SensorRate int rate)
304 * @param sensorType The type to stop receiving notifications for.
307 @SensorType int sensorType);
    [all...]
  /system/chre/core/include/chre/core/
sensor_type.h 35 * This SensorType is designed to wrap constants provided by the CHRE API
41 enum class SensorType {
77 * This SensorSampleType is designed to help classify SensorType's data type in
94 * @param sensorType The sensor type to obtain a string for.
97 const char *getSensorTypeName(SensorType sensorType);
101 * must not be SensorType::Unknown. This is a fatal error.
103 * @param sensorType The type of the sensor.
106 uint16_t getSampleEventTypeForSensorType(SensorType sensorType);
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 202 public @interface SensorType {}
338 * @param sensorType
342 public boolean isSensorSupported(@SensorType int sensorType) throws CarNotConnectedException {
345 if (sensorType == sensorSupported) {
353 * Check if given sensorList is including the sensorType.
355 * @param sensorType
358 public static boolean isSensorSupported(int[] sensorList, @SensorType int sensorType) {
360 if (sensorType == sensorSupported)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h 650 UINT8 SensorType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 931 ULONGLONG SensorType:1;
949 UCHAR SensorType;

Completed in 226 milliseconds