Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/hardware/iris/
DIIrisService.aidl25 void initConfiguredStrength(int strength); in initConfiguredStrength()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaBassBoostTest.java128 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local
134 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local
DMediaVirtualizerTest.java129 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local
135 short strength = mVirtualizer.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
535 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingBeforeNetworkChange() local
568 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/services/core/java/com/android/server/biometrics/
DBiometricStrengthController.java108 final int strength = Integer.parseInt(elems[1]); in getIdToStrengthMap() local
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemBatteryStatsReader.java82 final RawBatteryStats.SignalStrengthTime strength in createRemainder() local
/frameworks/base/services/core/java/com/android/server/biometrics/iris/
DIrisService.java52 public void initConfiguredStrength(int strength) { in initConfiguredStrength()
/frameworks/native/cmds/idlcli/vibrator/
DCommandPerform.cpp78 if (auto strength = args.pop<decltype(mStrength)>()) { in doArgs() local
/frameworks/base/core/java/android/hardware/
DSensorAdditionalInfo.java258 float strength, float declination, float inclination) { in createLocalGeomagneticField()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java1464 private void setupAuthForOnly(int modality, int strength) throws Exception { in setupAuthForOnly()
1469 private void setupAuthForOnly(int modality, int strength, boolean enrolled) throws Exception { in setupAuthForOnly()
1503 final int strength = strengths[i]; in setupAuthForMultiple() local
/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/layoutlib/bridge/src/android/view/shadow/
DSpotShadowVertexCalculator.java90 float strength, in calculateShadow()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricService.aidl48 void registerAuthenticator(int id, int modality, int strength, in registerAuthenticator()
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp357 static jlong vibratorPerformEffect(JNIEnv* env, jclass, jlong effect, jlong strength, in vibratorPerformEffect()
466 static void vibratorAlwaysOnEnable(JNIEnv* env, jclass, jlong id, jlong effect, jlong strength) { in vibratorAlwaysOnEnable()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp1267 void BassSetStrength(EffectContext *pContext, uint32_t strength){ in Effect_setConfig()
1339 void VirtualizerSetStrength(EffectContext *pContext, uint32_t strength){ in Effect_setConfig()
2129 const int16_t strength = *(int16_t *)pValue; in Effect_setConfig() local
2298 const int16_t strength = *(int16_t *)pValue; in Effect_setConfig() local
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl110 void initConfiguredStrength(int strength); in initConfiguredStrength()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl124 void initConfiguredStrength(int strength); in initConfiguredStrength()
/frameworks/base/core/java/android/os/
DVibrationEffect.java764 public void setEffectStrength(int strength) { in setEffectStrength()
778 private static boolean isValidEffectStrength(int strength) { in isValidEffectStrength()
/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp275 int16_t strength; in android_bb_init() local
343 int16_t strength; in android_virt_init() local

12