Home
last modified time | relevance | path

Searched defs:ramp (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/vibrator/
DRampSegmentTest.java41 RampSegment ramp = new RampSegment(/* startAmplitude= */ 1, /* endAmplitude= */ 0, in testCreation() local
85 RampSegment ramp = new RampSegment(0, 1, 0, 0, 0); in testResolve() local
91 RampSegment ramp = new RampSegment(1, 0, 1, 0, 0); in testApplyEffectStrength_ignoresAndReturnsSameEffect() local
/frameworks/base/services/core/java/com/android/server/vibrator/
DStepToRampAdapter.java89 RampSegment ramp = (RampSegment) segments.get(i); in splitLongRampSegments() local
112 private static List<RampSegment> splitRampSegment(RampSegment ramp, int splits) { in splitRampSegment()
140 private static float interpolateAmplitude(RampSegment ramp, long duration) { in interpolateAmplitude()
145 private static float interpolateFrequency(RampSegment ramp, long duration) { in interpolateFrequency()
DRampDownAdapter.java209 RampSegment ramp = (RampSegment) segment; in updateDuration() local
222 StepSegment ramp = (StepSegment) segment; in isOffSegment() local
225 RampSegment ramp = (RampSegment) segment; in isOffSegment() local
DRampToStepAdapter.java68 private List<StepSegment> apply(RampSegment ramp) { in apply()
/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp245 static inline bool setVolumeRampVariables(float newVolume, int32_t ramp, in setVolumeRampVariables()
1382 const TI *in, TA *aux, bool ramp) in volumeMix()
1440 const bool ramp = t->needsRamp(); in process__noResampleOneTrack() local
1491 const bool ramp = needsRamp(); in track__Resample() local
/frameworks/base/core/proto/android/server/vibrator/
Dvibratormanagerservice.proto59 optional RampSegmentProto ramp = 4; field
/frameworks/av/media/libeffects/hapticgenerator/
DEffectHapticGenerator.cpp156 auto ramp = std::make_shared<Ramp>(channelCount); // ramp = half-wave rectifier. in HapticGenerator_buildProcessingChain() local
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp154 static aidl::ActivePwle activePwleFromJavaPrimitive(JNIEnv* env, jobject ramp) { in activePwleFromJavaPrimitive()
/frameworks/base/core/java/android/widget/
DMagnifier.java991 final float zoom, final int ramp, final float elevation, final float cornerRadius, in InternalPopupWindow()