/aosp12/system/chre/platform/slpi/ |
H A D | platform_sensor_type_helpers.cc | 29 uint8_t sensorType) { in getVendorSensorReportingMode() 42 uint8_t sensorType) { in getVendorSensorIsCalibrated() 52 uint8_t sensorType, uint16_t *eventType) { in getVendorSensorBiasEventType() 61 uint8_t sensorType) { in getVendorSensorLastEventSize() 70 uint8_t sensorType) { in getVendorSensorTypeName() 102 void PlatformSensorTypeHelpers::getVendorLastSample(uint8_t sensorType, in getVendorLastSample() 110 uint8_t PlatformSensorTypeHelpersBase::getTempSensorType(uint8_t sensorType) { in getTempSensorType() 128 uint8_t sensorType) { in getSensorSampleTypeFromSensorType() 161 uint8_t sensorType) { in toCalibratedSensorType() 177 bool PlatformSensorTypeHelpersBase::reportsBias(uint8_t sensorType) { in reportsBias() [all …]
|
/aosp12/system/chre/core/ |
H A D | sensor_type_helpers.cc | 25 ReportingMode SensorTypeHelpers::getReportingMode(uint8_t sensorType) { in getReportingMode() 44 bool SensorTypeHelpers::isCalibrated(uint8_t sensorType) { in isCalibrated() 59 bool SensorTypeHelpers::getBiasEventType(uint8_t sensorType, in getBiasEventType() 94 size_t SensorTypeHelpers::getLastEventSize(uint8_t sensorType) { in getLastEventSize() 132 const char *SensorTypeHelpers::getSensorTypeName(uint8_t sensorType) { in getSensorTypeName() 180 uint8_t SensorTypeHelpers::toUncalibratedSensorType(uint8_t sensorType) { in toUncalibratedSensorType() 196 void SensorTypeHelpers::getLastSample(uint8_t sensorType, in getLastSample()
|
/aosp12/system/chre/platform/linux/ |
H A D | platform_sensor_type_helpers.cc | 26 uint8_t sensorType) { in getVendorSensorReportingMode() 31 uint8_t sensorType) { in getVendorSensorIsCalibrated() 36 uint8_t sensorType, uint16_t *eventType) { in getVendorSensorBiasEventType() 41 uint8_t sensorType) { in getVendorSensorTypeName() 46 uint8_t sensorType) { in getVendorSensorLastEventSize() 50 void PlatformSensorTypeHelpers::getVendorLastSample(uint8_t sensorType, in getVendorLastSample()
|
/aosp12/system/chre/core/include/chre/core/ |
H A D | sensor_type_helpers.h | 37 static bool isOneShot(uint8_t sensorType) { in isOneShot() 45 static bool isOnChange(uint8_t sensorType) { in isOnChange() 53 static bool isContinuous(uint8_t sensorType) { in isContinuous() 61 static bool isVendorSensorType(uint8_t sensorType) { in isVendorSensorType()
|
H A D | sensor_request_manager.h | 73 bool getSensorHandleForNanoapp(uint8_t sensorType, uint8_t sensorIndex, in getSensorHandleForNanoapp() 87 bool getDefaultSensorHandle(uint8_t sensorType, in getDefaultSensorHandle()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/ |
H A D | ICarSensor.aidl | 34 boolean registerOrUpdateSensorListener(int sensorType, int rate, in registerOrUpdateSensorListener() 41 CarSensorEvent getLatestSensorEvent(int sensorType) = 2; in getLatestSensorEvent() 47 void unregisterSensorListener(int sensorType, in ICarSensorEventListener callback) = 3; in unregisterSensorListener() 52 CarSensorConfig getSensorConfig(int sensorType) = 4; in getSensorConfig()
|
H A D | CarSensorManager.java | 348 public boolean isSensorSupported(@SensorType int sensorType) { in isSensorSupported() 365 public static boolean isSensorSupported(int[] sensorList, @SensorType int sensorType) { in isSensorSupported() 399 @SensorType int sensorType, @SensorRate int rate) { in registerListener() 438 @SensorType int sensorType) { in unregisterListener()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarSensorEventFactory.java | 27 public static CarSensorEvent createBooleanEvent(int sensorType, long timestamp, in createBooleanEvent() 34 public static CarSensorEvent createIntEvent(int sensorType, long timestamp, int value) { in createIntEvent() 48 public static CarSensorEvent createInt64VecEvent(int sensorType, long timestamp, in createInt64VecEvent() 57 public static CarSensorEvent createFloatEvent(int sensorType, long timestamp, float value) { in createFloatEvent() 63 public static CarSensorEvent createMixedEvent(int sensorType, long timestamp, in createMixedEvent()
|
/aosp12/system/chre/platform/slpi/see/ |
H A D | platform_sensor_manager.cc | 91 bool sensorTypeSupportsBigImage(uint8_t sensorType) { in sensorTypeSupportsBigImage() 99 bool isBigImageSensorType(uint8_t sensorType) { in isBigImageSensorType() 107 uint8_t getBigImageSensorType(uint8_t sensorType) { in getBigImageSensorType() 131 uint8_t getUimgSensorType(uint8_t sensorType) { in getUimgSensorType() 322 void addSensor(SeeHelper &seeHelper, uint8_t sensorType, in addSensor() 641 uint8_t sensorType; in getBigImageSensors() local 672 uint8_t sensorType; in getSensors() local 712 uint8_t sensorType = sensor.getSensorType(); in configureSensor() local 805 uint8_t sensorType = sensor.getSensorType(); in getThreeAxisBias() local 831 uint8_t sensorType = sensor.getSensorType(); in flush() local [all …]
|
H A D | see_cal_helper.cc | 28 void SeeCalHelper::applyCalibration(uint8_t sensorType, const float input[3], in applyCalibration() 51 bool SeeCalHelper::getBias(uint8_t sensorType, in getBias() 185 size_t SeeCalHelper::getCalIndexFromSensorType(uint8_t sensorType) { in getCalIndexFromSensorType()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | SensorInputMapper.cpp | 39 InputDeviceSensorType sensorType) { in convertFromLinuxToAndroid() 69 void SensorInputMapper::parseSensorConfiguration(InputDeviceSensorType sensorType, int32_t absCode, in parseSensorConfiguration() 150 InputDeviceSensorType sensorType = (*ret).first; in configure() local 198 SensorInputMapper::Sensor SensorInputMapper::createSensor(InputDeviceSensorType sensorType, in createSensor() 291 bool SensorInputMapper::setSensorEnabled(InputDeviceSensorType sensorType, bool enabled) { in setSensorEnabled() 316 void SensorInputMapper::flushSensor(InputDeviceSensorType sensorType) { in flushSensor() 333 bool SensorInputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() 360 void SensorInputMapper::disableSensor(InputDeviceSensorType sensorType) { in disableSensor()
|
H A D | InputMapper.cpp | 73 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() 79 void InputMapper::disableSensor(InputDeviceSensorType sensorType) {} in disableSensor() 81 void InputMapper::flushSensor(InputDeviceSensorType sensorType) {} in flushSensor()
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintSensorPropertiesInternal.java | 41 public final @FingerprintSensorProperties.SensorType int sensorType; field in FingerprintSensorPropertiesInternal 48 @FingerprintSensorProperties.SensorType int sensorType, in FingerprintSensorPropertiesInternal() 67 @FingerprintSensorProperties.SensorType int sensorType, in FingerprintSensorPropertiesInternal()
|
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | InputDeviceSensorManager.java | 172 private Sensor getInputDeviceSensorLocked(int deviceId, int sensorType) { in getInputDeviceSensorLocked() 192 private void onInputSensorChanged(int deviceId, int sensorType, int accuracy, long timestamp, in onInputSensorChanged() 220 private void onInputSensorAccuracyChanged(int deviceId, int sensorType, int accuracy) { in onInputSensorAccuracyChanged() 238 public void onInputSensorChanged(int deviceId, int sensorType, int accuracy, long timestamp, in onInputSensorChanged() 245 public void onInputSensorAccuracyChanged(int deviceId, int sensorType, int accuracy) in onInputSensorAccuracyChanged() 321 public boolean hasSensorRegistered(int deviceId, int sensorType) { in hasSensorRegistered() 355 public void sendSensorAccuracyChanged(int deviceId, int sensorType, int accuracy) { in sendSensorAccuracyChanged() 366 final int sensorType = msg.arg2; in handleMessage() local 525 final int sensorType = s.getType(); in unregisterListenerInternal() local
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceSensorPropertiesInternal.java | 35 public final @FaceSensorProperties.SensorType int sensorType; field in FaceSensorPropertiesInternal 53 @FaceSensorProperties.SensorType int sensorType, boolean supportsFaceDetection, in FaceSensorPropertiesInternal()
|
H A D | FaceSensorProperties.java | 79 @FaceSensorProperties.SensorType int sensorType) { in FaceSensorProperties()
|
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/src/ |
H A D | chre_cross_validator_sensor_manager.cc | 329 uint8_t sensorType = startSensorCommand.chreSensorType; in handleStartSensorMessage() local 490 const chreSensorThreeAxisData *threeAxisDataFromChre, uint8_t sensorType) { in makeSensorThreeAxisData() 510 const chreSensorFloatData *floatDataFromChre, uint8_t sensorType) { in makeSensorFloatData() 570 const chreSensorThreeAxisData *threeAxisDataFromChre, uint8_t sensorType) { in handleSensorThreeAxisData() 579 const chreSensorFloatData *floatDataFromChre, uint8_t sensorType) { in handleSensorFloatData() 647 uint8_t sensorType) { in processSensorData() 661 bool Manager::sensorTypeIsValid(uint8_t sensorType) { in sensorTypeIsValid() 665 bool Manager::getSensor(uint32_t sensorType, uint32_t sensorIndex, in getSensor()
|
/aosp12/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
H A D | ChreCrossValidatorSensor.java | 281 int sensorType = chreToApSensorType(sensorData.getChreSensorType()); in parseSensorDataFromNanoappMessage() local 335 int sensorType = event.sensor.getType(); in onSensorChanged() local 361 private static boolean isSensorTypeValid(int sensorType) { in isSensorTypeValid() 369 private boolean isSensorTypeCurrent(int sensorType) { in isSensorTypeCurrent()
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | DiagnosticHalService.java | 138 int sensorType = getTokenForProperty(vp); in takeProperties() local 248 public boolean requestDiagnosticStart(int sensorType, int rate) { in requestDiagnosticStart() 277 public void requestDiagnosticStop(int sensorType) { in requestDiagnosticStop() 305 public VehiclePropValue getCurrentDiagnosticValue(int sensorType) { in getCurrentDiagnosticValue()
|
/aosp12/system/chre/platform/shared/ |
H A D | chre_api_sensor.cc | 32 DLL_EXPORT bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle) { in chreSensorFindDefault() 36 DLL_EXPORT bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, in chreSensorFind()
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | RecentEventLogger.cpp | 35 RecentEventLogger::RecentEventLogger(int sensorType) : in RecentEventLogger() 144 size_t RecentEventLogger::logSizeBySensorType(int sensorType) { in logSizeBySensorType()
|
/aosp12/system/chre/platform/slpi/include/chre/platform/slpi/see/ |
H A D | see_helper.h | 49 uint8_t sensorType; member 110 uint8_t sensorType; member 130 uint8_t sensorType; member
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/utils/ |
H A D | SensorUtils.java | 34 public static Sensor findSensor(SensorManager sensorManager, String sensorType, in findSensor()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | UserAwareBiometricScheduler.java | 91 @SensorType int sensorType, in UserAwareBiometricScheduler() 105 @SensorType int sensorType, in UserAwareBiometricScheduler()
|
H A D | CoexCoordinator.java | 129 @SensorType int sensorType, in SuccessfulAuth() 189 public void addAuthenticationClient(@BiometricScheduler.SensorType int sensorType, in addAuthenticationClient() 204 public void removeAuthenticationClient(@BiometricScheduler.SensorType int sensorType, in removeAuthenticationClient()
|