Home
last modified time | relevance | path

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

123

/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.java47 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal()
68 @SensorProperties.Strength int strength, int maxEnrollmentsPerUser, in FingerprintSensorPropertiesInternal()
/frameworks/wilhelm/src/itf/
DIVirtualizer.cpp91 static SLresult IVirtualizer_SetStrength(SLVirtualizerItf self, SLpermille strength) in IVirtualizer_SetStrength()
128 SLpermille strength = thiz->mStrength;; in IVirtualizer_GetRoundedStrength() local
DIBassBoost.cpp89 static SLresult IBassBoost_SetStrength(SLBassBoostItf self, SLpermille strength) in IBassBoost_SetStrength()
126 SLpermille strength = thiz->mStrength;; in IBassBoost_GetRoundedStrength() local
/frameworks/base/services/core/java/com/android/server/biometrics/
DSensorConfig.java27 @BiometricManager.Authenticators.Types public final int strength; field in SensorConfig
DAuthService.java669 final String strength = String.valueOf(Authenticators.BIOMETRIC_CONVENIENCE); in generateRSdkCompatibleConfiguration() local
778 @BiometricManager.Authenticators.Types int strength) { in getHidlFingerprintSensorProps()
820 @BiometricManager.Authenticators.Types int strength) { in getHidlFaceSensorProps()
835 @BiometricManager.Authenticators.Types int strength) { in getHidlIrisSensorProps()
DBiometricStrengthController.java119 final int strength = Integer.parseInt(elems[1]); in getIdToStrengthMap() local
DUtils.java521 public static @SensorProperties.Strength int authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength()
535 public static @Authenticators.Types int propertyStrengthToAuthenticatorStrength( in propertyStrengthToAuthenticatorStrength()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerSignalTest.java653 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/
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()
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/
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.java402 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/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.java1569 private void setupAuthForOnly(int modality, int strength) throws Exception { in setupAuthForOnly()
1574 private void setupAuthForOnly(int modality, int strength, boolean enrolled) throws Exception { in setupAuthForOnly()
1612 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/hardware/
DSensorAdditionalInfo.java258 float strength, float declination, float inclination) { in createLocalGeomagneticField()
/frameworks/base/core/java/android/os/vibrator/
DPrebakedSegment.java119 private static boolean isValidEffectStrength(int strength) { in isValidEffectStrength()
/frameworks/base/core/java/android/hardware/display/
DIColorDisplayManager.aidl52 boolean setReduceBrightColorsStrength(int strength); in setReduceBrightColorsStrength()

123