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

  /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...]
  /system/chre/core/include/chre/core/
sensor_request.h 28 // TODO: Move SensorType and related functions to a new file called
42 * This SensorType is designed to wrap constants provided by the CHRE API
48 enum class SensorType {
79 * This SensorSampleType is designed to help classify SensorType's data type in
93 * @param sensorType The sensor type to obtain a string for.
96 const char *getSensorTypeName(SensorType sensorType);
100 * must not be SensorType::Unknown. This is a fatal error.
102 * @param sensorType The type of the sensor.
105 uint16_t getSampleEventTypeForSensorType(SensorType sensorType)
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.h 35 enum class SensorType {
86 SensorType sensor_type = SensorType::Invalid_;
106 static std::string SensorTypeToAbbrevName(SensorType sensor_type);
107 static SensorType SensorAbbrevNameToType(const char *abbrev_name);
108 static SensorType SensorAbbrevNameToType(const std::string& abbrev_name);
151 bool DisableSensor(SensorType sensor_type);
185 * given SensorType, ignoring other events. If sample_limit is 0, then
188 void PrintSensorEvents(SensorType sensor_type, int sample_limit);
246 bool SendCalibrationData(SensorType sensor_type
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorManager.java 161 public @interface SensorType {}
205 * @param sensorType
209 public abstract boolean isSensorSupported(@SensorType int sensorType)
222 * @param sensorType Sensor type to subscribe.
235 @SensorType int sensorType, @SensorRate int rate)
249 * @param sensorType The type to stop receiving notifications for.
252 @SensorType int sensorType);
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 167 public @interface SensorType {}
211 listeners = mActiveSensorListeners.get(event.sensorType);
247 * @param sensorType
251 public boolean isSensorSupported(@SensorType int sensorType) throws CarNotConnectedException {
254 if (sensorType == sensorSupported) {
262 * Check if given sensorList is including the sensorType.
264 * @param sensorType
267 public static boolean isSensorSupported(int[] sensorList, @SensorType int sensorType) {
    [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 501 milliseconds