/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | AuthResultCoordinator.java | 61 private void updateState(@Authenticators.Types int strength, IntFunction<Integer> mapper) { in updateState() 81 void authenticatedFor(@Authenticators.Types int strength) { in authenticatedFor() 91 void lockedOutFor(@Authenticators.Types int strength) { in lockedOutFor() 98 void lockOutTimed(@Authenticators.Types int strength) { in lockOutTimed()
|
D | MultiBiometricLockoutState.java | 68 void setPermanentLockOut(int userId, @Authenticators.Types int strength) { in setPermanentLockOut() 85 void clearPermanentLockOut(int userId, @Authenticators.Types int strength) { in clearPermanentLockOut() 102 void setTimedLockout(int userId, @Authenticators.Types int strength) { in setTimedLockout() 119 void clearTimedLockout(int userId, @Authenticators.Types int strength) { in clearTimedLockout() 143 int getLockoutState(int userId, @Authenticators.Types int strength) { in getLockoutState()
|
D | AuthResult.java | 28 AuthResult(int status, @BiometricManager.Authenticators.Types int strength) { in AuthResult()
|
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ |
D | AidlConversionVirtualizer.cpp | 57 int16_t strength = 0; in setParameter() local 108 int16_t strength = VALUE_OR_RETURN_STATUS(GET_PARAMETER_SPECIFIC_FIELD( in getParameter() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaVirtualizerTest.java | 129 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local 135 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local
|
D | MediaBassBoostTest.java | 128 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local 134 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintSensorPropertiesInternal.java | 47 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal() 68 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal()
|
/frameworks/wilhelm/src/itf/ |
D | IBassBoost.cpp | 89 static SLresult IBassBoost_SetStrength(SLBassBoostItf self, SLpermille strength) in IBassBoost_SetStrength() 126 SLpermille strength = thiz->mStrength;; in IBassBoost_GetRoundedStrength() local
|
D | IVirtualizer.cpp | 91 static SLresult IVirtualizer_SetStrength(SLVirtualizerItf self, SLpermille strength) in IVirtualizer_SetStrength() 128 SLpermille strength = thiz->mStrength;; in IVirtualizer_GetRoundedStrength() local
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | SensorConfig.java | 27 @BiometricManager.Authenticators.Types public final int strength; field in SensorConfig
|
D | AuthService.java | 691 final String strength = String.valueOf(Authenticators.BIOMETRIC_CONVENIENCE); in generateRSdkCompatibleConfiguration() local 800 @BiometricManager.Authenticators.Types int strength) { in getHidlFingerprintSensorProps() 842 @BiometricManager.Authenticators.Types int strength) { in getHidlFaceSensorProps() 857 @BiometricManager.Authenticators.Types int strength) { in getHidlIrisSensorProps()
|
D | BiometricStrengthController.java | 119 final int strength = Integer.parseInt(elems[1]); in getIdToStrengthMap() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
D | NetworkControllerSignalTest.java | 653 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_carrierNetworkChange() local 683 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingBeforeNetworkChange() local 717 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingAfterNetworkChange() local
|
/frameworks/native/services/vibratorservice/ |
D | VibratorHalWrapper.cpp | 314 HalResult<void> AidlHalWrapper::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable() 323 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 556 perform_fn<T> performFn, sp<I> handle, T effect, EffectStrength strength, in performInternal() 586 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 600 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 618 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 645 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | BassBoost.java | 125 public void setStrength(short strength) in setStrength() 215 public short strength; field in BassBoost.Settings
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceServiceRegistry.java | 56 @BiometricManager.Authenticators.Types final int strength = in registerService() local
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintServiceRegistry.java | 56 @BiometricManager.Authenticators.Types final int strength = in registerService() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ |
D | FingerprintRepositoryImplTest.kt | 79 val strength by collectLastValue(repository.strength) in initializeProperties() constant
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
D | IrisService.java | 79 final @BiometricManager.Authenticators.Types int strength = in registerAuthenticators() local
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | VibratorController.java | 402 private static native long performEffect(long nativePtr, long effect, long strength, in performEffect() 414 long strength); in alwaysOnEnable() 456 public long perform(long effect, long strength, long vibrationId) { in perform() 476 public void alwaysOnEnable(long id, long effect, long strength) { in alwaysOnEnable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/ |
D | FingerprintPropertyRepository.kt | 56 val strength: Flow<SensorStrength> in <lambda>() constant 107 override val strength: Flow<SensorStrength> = props.map { it.sensorStrength.toSensorStrength() } in <lambda>() constant in com.android.systemui.biometrics.data.repository.FingerprintPropertyRepositoryImpl
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceSensorPropertiesInternal.java | 51 public FaceSensorPropertiesInternal(int sensorId, @SensorProperties.Strength int strength, in FaceSensorPropertiesInternal()
|
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandAlwaysOnEnable.cpp | 60 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/ |
D | FakeFingerprintPropertyRepository.kt | 32 override val strength = _strength.asStateFlow() constant in com.android.systemui.biometrics.data.repository.FakeFingerprintPropertyRepository
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | InvalidationTrackerTest.java | 116 TestSensor(@NonNull Context context, int id, int modality, int strength, in TestSensor()
|