Searched refs:mStrength (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandAlwaysOnEnable.cpp | 60 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() 61 mStrength = *strength; in doArgs() 62 std::cout << "Strength: " << toString(mStrength) << std::endl; in doArgs() 79 auto status = hal->call(&aidl::IVibrator::alwaysOnEnable, mId, mEffect, mStrength); in doMain() 94 EffectStrength mStrength; member in android::idlcli::vibrator::CommandAlwaysOnEnable
|
D | CommandPerform.cpp | 95 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() 96 mStrength = *strength; in doArgs() 97 std::cout << "Strength: " << toString(mStrength) << std::endl; in doArgs() 127 auto status = hal->call(&aidl::IVibrator::perform, mEffect, mStrength, callback, in doMain() 144 static_cast<V1_0::EffectStrength>(mStrength), callback); in doMain() 148 static_cast<V1_0::EffectStrength>(mStrength), callback); in doMain() 152 static_cast<V1_0::EffectStrength>(mStrength), callback); in doMain() 155 static_cast<V1_0::EffectStrength>(mStrength), callback); in doMain() 180 EffectStrength mStrength; member in android::idlcli::vibrator::CommandPerform
|
/frameworks/base/services/core/java/com/android/server/display/color/ |
D | ReduceBrightColorsTintController.java | 39 private int mStrength; field in ReduceBrightColorsTintController 66 mStrength = strengthLevel; in setMatrix() 88 pw.println(" mStrength = " + mStrength); in dump() 109 return mStrength; in getStrength() 123 return computeComponentValue(mStrength) * nits; in getAdjustedBrightness()
|
/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 | 45 private EffectParameter mStrength; field in BassBoostTest 91 mStrength = new BassBoostParam(mBassBoost, 0, 1000, seekBar, textView); in onCreate() 92 seekBar.setOnSeekBarChangeListener(mStrength); in onCreate() 93 mStrength.setEnabled(mBassBoost.getStrengthSupported()); in onCreate() 127 mStrength.setEffect(mBassBoost); 128 mStrength.setEnabled(mBassBoost.getStrengthSupported()); 145 mStrength.updateDisplay(); in onCheckedChanged() 153 mStrength.setEffect(mBassBoost); in onCheckedChanged() 154 mStrength.setEnabled(mBassBoost.getStrengthSupported()); in onCheckedChanged() 159 mStrength.setEnabled(false); in onCheckedChanged()
|
/frameworks/wilhelm/src/itf/ |
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()
|
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()
|
/frameworks/wilhelm/src/ |
D | itfstruct.h | 222 SLpermille mStrength; member 576 SLpermille mStrength; member
|
/frameworks/wilhelm/src/android/ |
D | android_Effect.cpp | 280 ibb->mStrength = (SLpermille) strength; in android_bb_init() 348 ivi->mStrength = (SLpermille) strength; in android_virt_init()
|