/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
H A D | StepSegmentTest.java | 172 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 D | ClippingAmplitudeAndFrequencyAdapter.java | 42 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 D | StepToRampAdapter.java | 54 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 D | RampDownAdapter.java | 212 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 D | SetAmplitudeVibratorStep.java | 94 VibrationEffectSegment segment = effect.getSegments().get(segmentIndex); in play() local 180 VibrationEffectSegment segment = segments.get(i); in getVibratorOnDuration() local
|
H A D | Vibration.java | 333 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 D | PerformPrebakedVibratorStep.java | 49 VibrationEffectSegment segment = effect.getSegments().get(segmentIndex); in play() local
|
H A D | ComposePrimitivesVibratorStep.java | 113 VibrationEffectSegment segment = effect.getSegments().get(i); in unrollPrimitiveSegments() local
|
H A D | RampToStepAdapter.java | 52 VibrationEffectSegment segment = segments.get(i); in apply() local
|
H A D | ComposePwleVibratorStep.java | 118 VibrationEffectSegment segment = effect.getSegments().get(i); in unrollRampSegments() local
|
H A D | VibrationStepConductor.java | 131 VibrationEffectSegment segment = effect.getSegments().get(segmentIndex); in nextVibrateStep() local
|
H A D | VibratorManagerService.java | 1111 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 D | PathIteratorPerfTest.java | 62 PathIterator.Segment segment = iterator.next(); in testNextSegmentImpl() local
|
/aosp14/frameworks/base/libs/hwui/apex/ |
H A D | LayoutlibLoader.cpp | 148 string segment; in parseCsv() local
|
/aosp14/system/core/libcutils/ |
H A D | fs.cpp | 211 char* segment = buf + 1; in fs_mkdirs() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | VibrationEffect.java | 666 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 D | LocalProvider.java | 161 String segment = url.getPathSegments().get(1); in update() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | LayoutlibLoader.cpp | 191 string segment; in parseCsv() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | FakeVibratorControllerProvider.java | 72 void recordEffectSegment(long vibrationId, VibrationEffectSegment segment) { in recordEffectSegment()
|
H A D | VibrationThreadTest.java | 1554 assertEquals(expectedPrebaked(VibrationEffect.EFFECT_TICK), segment); local
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | JetPlayer.java | 511 short segment, byte track, byte channel, byte controller, byte value); in onJetEvent()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/ |
H A D | HctSolver.java | 552 double[][] segment = bisectToSegment(y, targetHue); in bisectToLimit() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | ContentService.java | 1804 String segment = getUriSegment(uri, index); in addObserverLocked() local 1916 String segment = null; in collectObserversLocked() local
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 1045 void add(String segment) { in add()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 1473 VibrationEffectSegment segment = composed.getSegments().get(i); in VibrationInfo() local
|