Home
last modified time | relevance | path

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

/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/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/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java506 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_carrierNetworkChange() local
536 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingBeforeNetworkChange() local
570 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingAfterNetworkChange() local
/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/core/java/android/hardware/
DSensorAdditionalInfo.java213 float strength, float declination, float inclination) { in createLocalGeomagneticField()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpost_filter.cpp189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
/frameworks/wilhelm/tests/examples/
DslesTestBassBoostPath.cpp205 SLpermille strength = 0; in TestBassBoostPathFromFD() local
DslesTestVirtualizerPath.cpp207 SLpermille strength = 0; in TestVirtualizerPathFromFD() local
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp126 static jlong vibratorPerformEffect(JNIEnv*, jobject, jlong effect, jint strength) { in vibratorPerformEffect()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp1427 void BassSetStrength(EffectContext *pContext, uint32_t strength){ in BassSetStrength()
1499 void VirtualizerSetStrength(EffectContext *pContext, uint32_t strength){ in VirtualizerSetStrength()
2292 const int16_t strength = *(int16_t *)pValue; in BassBoost_setParameter() local
2461 const int16_t strength = *(int16_t *)pValue; in Virtualizer_setParameter() local
/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp275 int16_t strength; in android_bb_init() local
343 int16_t strength; in android_virt_init() local
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java108 native static long vibratorPerformEffect(long effect, long strength); in vibratorPerformEffect()