Searched refs:mStrength (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandPerform.cpp | 78 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() 79 mStrength = *strength; in doArgs() 80 std::cout << "Strength: " << toString(mStrength) << std::endl; in doArgs() 101 static_cast<aidl::EffectStrength>(mStrength), nullptr, &aidlLengthMs); in doMain() 115 static_cast<V1_3::Effect>(mEffect), mStrength, callback); in doMain() 118 static_cast<V1_2::Effect>(mEffect), mStrength, callback); in doMain() 121 static_cast<V1_1::Effect_1_1>(mEffect), mStrength, callback); in doMain() 124 mStrength, callback); in doMain() 140 EffectStrength mStrength; member in android::idlcli::vibrator::CommandPerform
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | VirtualizerTest.java | 50 private EffectParameter mStrength; field in VirtualizerTest 91 mStrength = new VirtualizerParam(mVirtualizer, 0, 1000, seekBar, textView); in onCreate() 92 seekBar.setOnSeekBarChangeListener(mStrength); in onCreate() 93 mStrength.setEnabled(mVirtualizer.getStrengthSupported()); in onCreate() 118 mStrength.setEffect(mVirtualizer); 119 mStrength.setEnabled(mVirtualizer.getStrengthSupported()); 136 mStrength.updateDisplay(); in onCheckedChanged() 144 mStrength.setEffect(mVirtualizer); in onCheckedChanged() 145 mStrength.setEnabled(mVirtualizer.getStrengthSupported()); in onCheckedChanged() 150 mStrength.setEnabled(false); in onCheckedChanged()
|
D | BassBoostTest.java | 50 private EffectParameter mStrength; field in BassBoostTest 93 mStrength = new BassBoostParam(mBassBoost, 0, 1000, seekBar, textView); in onCreate() 94 seekBar.setOnSeekBarChangeListener(mStrength); in onCreate() 95 mStrength.setEnabled(mBassBoost.getStrengthSupported()); in onCreate() 121 mStrength.setEffect(mBassBoost); 122 mStrength.setEnabled(mBassBoost.getStrengthSupported()); 139 mStrength.updateDisplay(); in onCheckedChanged() 147 mStrength.setEffect(mBassBoost); in onCheckedChanged() 148 mStrength.setEnabled(mBassBoost.getStrengthSupported()); in onCheckedChanged() 153 mStrength.setEnabled(false); in onCheckedChanged()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | SensorConfig.java | 25 final int mStrength; field in SensorConfig 31 mStrength = Integer.parseInt(elems[2]); in SensorConfig()
|
D | AuthService.java | 333 + " Strength: " + config.mStrength); in registerAuthenticator() 347 fingerprintService.initConfiguredStrength(config.mStrength); in registerAuthenticator() 359 faceService.initConfiguredStrength(config.mStrength); in registerAuthenticator() 371 irisService.initConfiguredStrength(config.mStrength); in registerAuthenticator() 379 mBiometricService.registerAuthenticator(config.mId, config.mModality, config.mStrength, in registerAuthenticator()
|
/frameworks/wilhelm/src/itf/ |
D | IVirtualizer.cpp | 101 thiz->mStrength = strength; in IVirtualizer_SetStrength() 128 SLpermille strength = thiz->mStrength;; in IVirtualizer_GetRoundedStrength() 192 thiz->mStrength = 0; in IVirtualizer_init()
|
D | IBassBoost.cpp | 99 thiz->mStrength = strength; in IBassBoost_SetStrength() 126 SLpermille strength = thiz->mStrength;; in IBassBoost_GetRoundedStrength() 190 thiz->mStrength = 0; in IBassBoost_init()
|
/frameworks/wilhelm/src/ |
D | itfstruct.h | 222 SLpermille mStrength; member 576 SLpermille mStrength; member
|
/frameworks/wilhelm/src/android/ |
D | android_Effect.cpp | 278 ibb->mStrength = (SLpermille) strength; in android_bb_init() 346 ivi->mStrength = (SLpermille) strength; in android_virt_init()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricServiceTest.java | 1379 config.mStrength, mFingerprintAuthenticator); in testRegistrationHappyPath_isOk()
|