Home
last modified time | relevance | path

Searched defs:strength (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaVirtualizerTest.java129 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local
135 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local
DMediaBassBoostTest.java128 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local
134 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintSensorPropertiesInternal.java64 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal()
85 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal()
/frameworks/base/services/core/java/com/android/server/biometrics/
DSensorConfig.java27 @BiometricManager.Authenticators.Types public final int strength; field in SensorConfig
DBiometricStrengthController.java119 final int strength = Integer.parseInt(elems[1]); in getIdToStrengthMap() local
DUtils.java517 public static @SensorProperties.Strength int authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength()
531 public static @Authenticators.Types int propertyStrengthToAuthenticatorStrength( in propertyStrengthToAuthenticatorStrength()
DAuthService.java739 @BiometricManager.Authenticators.Types int strength) { in getHidlFingerprintSensorProps()
779 @BiometricManager.Authenticators.Types int strength) { in getHidlFaceSensorProps()
794 @BiometricManager.Authenticators.Types int strength) { in getHidlIrisSensorProps()
/frameworks/wilhelm/src/itf/
DIBassBoost.cpp89 static SLresult IBassBoost_SetStrength(SLBassBoostItf self, SLpermille strength) in IBassBoost_SetStrength()
126 SLpermille strength = thiz->mStrength;; in IBassBoost_GetRoundedStrength() local
DIVirtualizer.cpp91 static SLresult IVirtualizer_SetStrength(SLVirtualizerItf self, SLpermille strength) in IVirtualizer_SetStrength()
128 SLpermille strength = thiz->mStrength;; in IVirtualizer_GetRoundedStrength() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java521 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_carrierNetworkChange() local
550 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingBeforeNetworkChange() local
583 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingAfterNetworkChange() local
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp314 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()
547 perform_fn<T> performFn, sp<I> handle, T effect, EffectStrength strength, in performInternal()
577 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect()
591 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect()
609 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect()
636 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect()
/frameworks/base/media/java/android/media/audiofx/
DBassBoost.java125 public void setStrength(short strength) in setStrength()
215 public short strength; field in BassBoost.Settings
DVirtualizer.java151 public void setStrength(short strength) in setStrength()
557 public short strength; field in Virtualizer.Settings
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisService.java77 final @BiometricManager.Authenticators.Types int strength = in registerAuthenticators() local
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorController.java391 private static native long performEffect(long nativePtr, long effect, long strength, in performEffect()
403 long strength); in alwaysOnEnable()
446 public long perform(long effect, long strength, long vibrationId) { in perform()
466 public void alwaysOnEnable(long id, long effect, long strength) { in alwaysOnEnable()
/frameworks/base/core/java/android/hardware/face/
DFaceSensorPropertiesInternal.java51 public FaceSensorPropertiesInternal(int sensorId, @SensorProperties.Strength int strength, in FaceSensorPropertiesInternal()
/frameworks/native/cmds/idlcli/vibrator/
DCommandAlwaysOnEnable.cpp60 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() local
DCommandPerform.cpp95 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() local
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DInvalidationTrackerTest.java116 TestSensor(@NonNull Context context, int id, int modality, int strength, in TestSensor()
DBiometricServiceTest.java1546 private void setupAuthForOnly(int modality, int strength) throws Exception { in setupAuthForOnly()
1551 private void setupAuthForOnly(int modality, int strength, boolean enrolled) throws Exception { in setupAuthForOnly()
1589 final int strength = strengths[i]; in setupAuthForMultiple() local
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemBatteryStatsReader.java82 final RawBatteryStats.SignalStrengthTime strength in createRemainder() local
/frameworks/av/media/codecs/m4v_h263/dec/src/
Dpost_filter.cpp43 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
/frameworks/base/core/java/android/os/vibrator/
DPrebakedSegment.java97 private static boolean isValidEffectStrength(int strength) { in isValidEffectStrength()
/frameworks/base/core/java/android/hardware/
DSensorAdditionalInfo.java258 float strength, float declination, float inclination) { in createLocalGeomagneticField()
/frameworks/base/core/java/android/hardware/display/
DIColorDisplayManager.aidl52 boolean setReduceBrightColorsStrength(int strength); in setReduceBrightColorsStrength()

12