Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A 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
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A 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()
H A 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
H A DRampToStepAdapter.java68 private List<StepSegment> apply(RampSegment ramp) { in apply()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DBalance.h64 void setRamp(bool ramp) { in setRamp()
/aosp12/frameworks/av/media/libaudioprocessing/
H A 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
/aosp12/frameworks/base/core/proto/android/server/vibrator/
H A Dvibratormanagerservice.proto59 optional RampSegmentProto ramp = 4; field
/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp171 auto ramp = std::make_shared<Ramp>(channelCount); // ramp = half-wave rectifier. in HapticGenerator_buildProcessingChain() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput.h189 struct ff_ramp_effect ramp; member
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp154 static aidl::ActivePwle activePwleFromJavaPrimitive(JNIEnv* env, jobject ramp) { in activePwleFromJavaPrimitive()
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java991 final float zoom, final int ramp, final float elevation, final float cornerRadius, in InternalPopupWindow()