Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DStepSegmentTest.java172 StepSegment segment = in testVibrationFeaturesSupport_zeroAmplitude_supported() local
185 StepSegment segment = in testVibrationFeaturesSupport_maxAmplitude_supported() local
198 StepSegment segment = in testVibrationFeaturesSupport_defaultAmplitude_supported() local
230 StepSegment segment = in testVibrationFeaturesSupport_zeroFrequency_supported() local
243 StepSegment segment = in testVibrationFeaturesSupport_nonZeroFrequency_hasFrequencyCtrl_supported() local
252 StepSegment segment = in testVibrationFeaturesSupport_nonZeroFrequency_hasNoFrequencyCtrl_notSupported() local
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DClippingAmplitudeAndFrequencyAdapter.java42 VibrationEffectSegment segment = segments.get(i); in apply() local
52 private StepSegment apply(StepSegment segment, VibratorInfo info) { in apply()
60 private RampSegment apply(RampSegment segment, VibratorInfo info) { in apply()
H A DStepToRampAdapter.java54 VibrationEffectSegment segment = segments.get(i); in convertStepsToRamps() local
108 private static RampSegment convertStepToRamp(VibratorInfo info, StepSegment segment) { in convertStepToRamp()
146 private static boolean isStep(VibrationEffectSegment segment) { in isStep()
H A DRampDownAdapter.java212 private static VibrationEffectSegment updateDuration(VibrationEffectSegment segment, in updateDuration()
226 private static boolean isOffSegment(VibrationEffectSegment segment) { in isOffSegment()
238 private static boolean endsWithNonZeroAmplitude(VibrationEffectSegment segment) { in endsWithNonZeroAmplitude()
H A DSetAmplitudeVibratorStep.java94 VibrationEffectSegment segment = effect.getSegments().get(segmentIndex); in play() local
180 VibrationEffectSegment segment = segments.get(i); in getVibratorOnDuration() local
H A DVibration.java333 VibrationEffectSegment segment) { in dumpEffect()
347 private void dumpEffect(ProtoOutputStream proto, long fieldId, StepSegment segment) { in dumpEffect()
355 private void dumpEffect(ProtoOutputStream proto, long fieldId, RampSegment segment) { in dumpEffect()
366 PrebakedSegment segment) { in dumpEffect()
375 PrimitiveSegment segment) { in dumpEffect()
H A DPerformPrebakedVibratorStep.java49 VibrationEffectSegment segment = effect.getSegments().get(segmentIndex); in play() local
H A DComposePrimitivesVibratorStep.java113 VibrationEffectSegment segment = effect.getSegments().get(i); in unrollPrimitiveSegments() local
H A DRampToStepAdapter.java52 VibrationEffectSegment segment = segments.get(i); in apply() local
H A DComposePwleVibratorStep.java118 VibrationEffectSegment segment = effect.getSegments().get(i); in unrollRampSegments() local
H A DVibrationStepConductor.java131 VibrationEffectSegment segment = effect.getSegments().get(segmentIndex); in nextVibrateStep() local
H A DVibratorManagerService.java1111 VibrationEffectSegment segment = composed.getSegments().get(i); in fillVibrationFallbacks() local
1199 VibrationEffectSegment segment = composed.getSegments().get(0); in extractPrebakedSegment() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DPathIteratorPerfTest.java62 PathIterator.Segment segment = iterator.next(); in testNextSegmentImpl() local
/aosp14/frameworks/base/libs/hwui/apex/
H A DLayoutlibLoader.cpp148 string segment; in parseCsv() local
/aosp14/system/core/libcutils/
H A Dfs.cpp211 char* segment = buf + 1; in fs_mkdirs() local
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java666 Composed(@NonNull VibrationEffectSegment segment) { in Composed()
737 VibrationEffectSegment segment = mSegments.get(i); in validate() local
915 VibrationEffectSegment segment) { in castToValidStepSegmentForOffOnTimingsOrNull()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java161 String segment = url.getPathSegments().get(1); in update() local
/aosp14/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp191 string segment; in parseCsv() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DFakeVibratorControllerProvider.java72 void recordEffectSegment(long vibrationId, VibrationEffectSegment segment) { in recordEffectSegment()
H A DVibrationThreadTest.java1554 assertEquals(expectedPrebaked(VibrationEffect.EFFECT_TICK), segment); local
/aosp14/frameworks/base/media/java/android/media/
H A DJetPlayer.java511 short segment, byte track, byte channel, byte controller, byte value); in onJetEvent()
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DHctSolver.java552 double[][] segment = bisectToSegment(y, targetHue); in bisectToLimit() local
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1804 String segment = getUriSegment(uri, index); in addObserverLocked() local
1916 String segment = null; in collectObserversLocked() local
/aosp14/frameworks/base/core/java/android/net/
H A DUri.java1045 void add(String segment) { in add()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1473 VibrationEffectSegment segment = composed.getSegments().get(i); in VibrationInfo() local