Searched defs:ramp (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
H A D | RampSegmentTest.java | 41 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 D | StepToRampAdapter.java | 89 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 D | RampDownAdapter.java | 209 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 D | RampToStepAdapter.java | 68 private List<StepSegment> apply(RampSegment ramp) { in apply()
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | Balance.h | 64 void setRamp(bool ramp) { in setRamp()
|
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioMixerBase.cpp | 245 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 D | vibratormanagerservice.proto | 59 optional RampSegmentProto ramp = 4; field
|
/aosp12/frameworks/av/media/libeffects/hapticgenerator/ |
H A D | EffectHapticGenerator.cpp | 171 auto ramp = std::make_shared<Ramp>(channelCount); // ramp = half-wave rectifier. in HapticGenerator_buildProcessingChain() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | input.h | 189 struct ff_ramp_effect ramp; member
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_vibrator_VibratorController.cpp | 154 static aidl::ActivePwle activePwleFromJavaPrimitive(JNIEnv* env, jobject ramp) { in activePwleFromJavaPrimitive()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Magnifier.java | 991 final float zoom, final int ramp, final float elevation, final float cornerRadius, in InternalPopupWindow()
|