Home
last modified time | relevance | path

Searched defs:strength (Results 51 – 75 of 170) sorted by relevance

1234567

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricStrengthController.java119 final int strength = Integer.parseInt(elems[1]); in getIdToStrengthMap() local
H A DUtils.java538 public static @SensorProperties.Strength int authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength()
552 public static @Authenticators.Types int propertyStrengthToAuthenticatorStrength( in propertyStrengthToAuthenticatorStrength()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/
H A DMobileNetworkQCUtils.java82 SignalStrength strength = telephonyManager.getSignalStrength(); in getSignalStrengthDrawable() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DInvalidationTrackerTest.java116 TestSensor(@NonNull Context context, int id, int modality, int strength, in TestSensor()
H A DBiometricServiceTest.java1558 private void setupAuthForOnly(int modality, int strength) throws Exception { in setupAuthForOnly()
1563 private void setupAuthForOnly(int modality, int strength, boolean enrolled) throws Exception { in setupAuthForOnly()
1601 final int strength = strengths[i]; in setupAuthForMultiple() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DInvalidationTrackerTest.java116 TestSensor(@NonNull Context context, int id, int modality, int strength, in TestSensor()
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
H A DModemBatteryStatsReader.java82 final RawBatteryStats.SignalStrengthTime strength in createRemainder() local
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
H A DModemBatteryStatsReader.java82 final RawBatteryStats.SignalStrengthTime strength in createRemainder() local
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp43 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
/aosp12/hardware/interfaces/vibrator/aidl/vts/
H A DVtsHalVibratorTargetTest.cpp241 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
268 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
299 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
310 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
318 for (EffectStrength strength : kInvalidEffectStrengths) { in TEST_P() local
622 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java740 @BiometricManager.Authenticators.Types int strength) { in getHidlFingerprintSensorProps()
781 @BiometricManager.Authenticators.Types int strength) { in getHidlFaceSensorProps()
796 @BiometricManager.Authenticators.Types int strength) { in getHidlIrisSensorProps()
H A DUtils.java520 public static @SensorProperties.Strength int authenticatorStrengthToPropertyStrength( in authenticatorStrengthToPropertyStrength()
534 public static @Authenticators.Types int propertyStrengthToAuthenticatorStrength( in propertyStrengthToAuthenticatorStrength()
/aosp12/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java151 public void setStrength(short strength) in setStrength()
557 public short strength; field in Virtualizer.Settings
/aosp14/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java151 public void setStrength(short strength) in setStrength()
557 public short strength; field in Virtualizer.Settings
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-vibrator.cpp432 auto strength = std::get<1>(param); in PrintParam() local
440 auto strength = std::get<1>(param); in TEST_P() local
499 auto strength = std::get<1>(param); in TEST_P() local
637 auto strength = std::get<1>(scale->first); in TEST_P() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DFakeVibratorControllerProvider.java105 public long perform(long effect, long strength, long vibrationId) { in perform()
147 public void alwaysOnEnable(long id, long effect, long strength) { in alwaysOnEnable()
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.cpp310 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
511 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
857 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails()
910 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails()
1008 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
/aosp12/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java97 private static boolean isValidEffectStrength(int strength) { in isValidEffectStrength()
/aosp12/frameworks/base/core/java/android/hardware/
H A DSensorAdditionalInfo.java258 float strength, float declination, float inclination) { in createLocalGeomagneticField()
/aosp14/frameworks/base/core/java/android/hardware/
H A DSensorAdditionalInfo.java258 float strength, float declination, float inclination) { in createLocalGeomagneticField()
/aosp12/hardware/google/pixel/vibrator/drv2624/bench/
H A Dbenchmark.cpp151 for (const auto &strength : ndk::enum_range<EffectStrength>()) { in DefaultArgs() local
/aosp12/frameworks/native/cmds/idlcli/vibrator/
H A DCommandPerform.cpp95 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
H A DFingerprintRepositoryImplTest.kt79 val strength by collectLastValue(repository.strength) regex
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DIColorDisplayManager.aidl52 boolean setReduceBrightColorsStrength(int strength); in setReduceBrightColorsStrength()
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java145 private static boolean isValidEffectStrength(int strength) { in isValidEffectStrength()

1234567