Home
last modified time | relevance | path

Searched defs:sensorType (Results 1 – 25 of 28) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorPropertiesInternal.java41 public final @FingerprintSensorProperties.SensorType int sensorType; field in FingerprintSensorPropertiesInternal
49 @FingerprintSensorProperties.SensorType int sensorType, in FingerprintSensorPropertiesInternal()
70 @FingerprintSensorProperties.SensorType int sensorType, in FingerprintSensorPropertiesInternal()
H A DFingerprintSensorProperties.java98 @NonNull List<ComponentInfo> componentInfo, @SensorType int sensorType) { in FingerprintSensorProperties()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceSensorManager.java172 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
H A DIInputManager.aidl193 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor()
196 void disableSensor(int deviceId, int sensorType); in disableSensor()
198 boolean flushSensor(int deviceId, int sensorType); in flushSensor()
H A DInputManager.java1083 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor()
1094 public void disableSensor(int deviceId, int sensorType) { in disableSensor()
1103 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor()
H A DInputManagerGlobal.java947 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor()
960 void disableSensor(int deviceId, int sensorType) { in disableSensor()
971 boolean flushSensor(int deviceId, int sensorType) { in flushSensor()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceSensorPropertiesInternal.java35 public final @FaceSensorProperties.SensorType int sensorType; field in FaceSensorPropertiesInternal
53 @FaceSensorProperties.SensorType int sensorType, boolean supportsFaceDetection, in FaceSensorPropertiesInternal()
H A DFaceSensorProperties.java79 @FaceSensorProperties.SensorType int sensorType) { in FaceSensorProperties()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DUserAwareBiometricScheduler.java96 @SensorType int sensorType, in UserAwareBiometricScheduler()
109 @SensorType int sensorType, in UserAwareBiometricScheduler()
H A DBiometricScheduler.java101 public static String sensorTypeToString(@SensorType int sensorType) { in sensorTypeToString()
207 @SensorType int sensorType, in BiometricScheduler()
231 @SensorType int sensorType, in BiometricScheduler()
/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/
H A DSensorUtils.java51 @Nullable String sensorType, @Nullable String sensorName, int fallbackType) { in findSensor()
/aosp14/frameworks/base/core/java/android/companion/virtual/sensor/
H A DVirtualSensorDirectChannelWriter.java244 void write(int reportToken, int sensorType, long eventCounter, VirtualSensorEvent event) { in write()
279 DirectChannelConfiguration(int reportToken, int sensorType, in DirectChannelConfiguration()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/
H A DSensorUtilsTest.java120 public void testFindSensor(@Nullable String sensorName, @Nullable String sensorType, in testFindSensor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DSensorModule.java194 final String sensorType = sensorTypes[i]; in createPostureToSensorMapping() local
H A DThresholdSensorImpl.java286 Builder setSensorType(String sensorType, boolean requireWakeUp) { in setSensorType()
338 Sensor findSensorByType(String sensorType, boolean requireWakeUp) { in findSensorByType()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
H A DFingerprintRepositoryImplTest.kt80 val sensorType by collectLastValue(repository.sensorType) regex
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java208 boolean flushSensor(int deviceId, int sensorType); in flushSensor()
210 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor()
213 void disableSensor(int deviceId, int sensorType); in disableSensor()
472 public native boolean flushSensor(int deviceId, int sensorType); in flushSensor()
475 public native boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor()
479 public native void disableSensor(int deviceId, int sensorType); in disableSensor()
H A DInputManagerService.java1920 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor()
1932 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor()
1941 public void disableSensor(int deviceId, int sensorType) { in disableSensor()
2428 private void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent()
2452 private void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy()
3134 public void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent()
3146 public void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBinaryTransparencyService.java1136 public void logStats(int sensorId, int modality, int sensorType, int sensorStrength, in logStats()
1295 private int toFingerprintSensorType(@FingerprintSensorProperties.SensorType int sensorType) { in toFingerprintSensorType()
1324 private int toFaceSensorType(@FaceSensorProperties.SensorType int sensorType) { in toFaceSensorType()
1368 private void logBiometricProperties(SensorProperties prop, int modality, int sensorType) { in logBiometricProperties()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DDeviceStateProviderImpl.java376 final String sensorType = sensor.getStringType(); in findSensor() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java811 final @FingerprintSensorProperties.SensorType int sensorType; in getHidlFingerprintSensorProps() local
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerInternal.java689 public String sensorType; field in DisplayManagerInternal.AmbientLightSensorData
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java341 String sensorType = types[i]; in findSensors() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp982 void NativeInputManager::notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorEvent()
998 void NativeInputManager::notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy()
2522 jint sensorType, jint samplingPeriodUs, in nativeEnableSensor()
2534 jint sensorType) { in nativeDisableSensor()
2543 jint sensorType) { in nativeFlushSensor()
/aosp14/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java1165 private boolean isSensorInCappedSet(int sensorType) { in isSensorInCappedSet()

12