Home
last modified time | relevance | path

Searched refs:createParallel (Results 1 – 25 of 152) sorted by relevance

1234567

/aosp_15_r20/frameworks/base/core/tests/vibrator/src/android/os/
H A DCombinedVibrationTest.java43 CombinedVibration.createParallel(VALID_EFFECT); in testValidateMono()
46 () -> CombinedVibration.createParallel(INVALID_EFFECT)); in testValidateMono()
70 .addNext(CombinedVibration.createParallel(VALID_EFFECT)) in testValidateSequential()
124 assertEquals(1, CombinedVibration.createParallel( in testDurationMono()
126 assertEquals(-1, CombinedVibration.createParallel( in testDurationMono()
128 assertEquals(-1, CombinedVibration.createParallel( in testDurationMono()
134 assertEquals(Long.MAX_VALUE, CombinedVibration.createParallel( in testDurationMono()
154 assertEquals(10, CombinedVibration.createParallel( in testDurationMono_withVibratorSupportingPrimitives()
156 assertEquals(111, CombinedVibration.createParallel( in testDurationMono_withVibratorSupportingPrimitives()
177 assertEquals(-1, CombinedVibration.createParallel( in testDurationMono_withVibratorNotSupportingPrimitives()
[all …]
/aosp_15_r20/cts/tests/vibrator/src/android/os/cts/
H A DVibratorManagerTest.java151 mVibratorManager.vibrate(CombinedVibration.createParallel( in testCancel()
164 mVibratorManager.vibrate(CombinedVibration.createParallel(oneShot)); in testCombinedVibrationOneShotStartsAndFinishesVibration()
171 mVibratorManager.vibrate(CombinedVibration.createParallel(oneShot)); in testCombinedVibrationOneShotMaxAmplitude()
181 mVibratorManager.vibrate(CombinedVibration.createParallel(oneShot), in testCombinedVibrationOneShotMinAmplitude()
192 mVibratorManager.vibrate(CombinedVibration.createParallel(waveform)); in testCombinedVibrationWaveformStartsAndFinishesVibration()
202 mVibratorManager.vibrate(CombinedVibration.createParallel(waveform)); in testCombinedVibrationWaveformRepeats()
H A DCombinedVibrationTest.java43 CombinedVibration.createParallel(TEST_EFFECT);
58 (CombinedVibration.Mono) CombinedVibration.createParallel(TEST_EFFECT); in testcreateParallel()
85 CombinedVibration otherMono = CombinedVibration.createParallel( in testParallelEquals()
100 CombinedVibration otherMono = CombinedVibration.createParallel( in testParallelNotEqualsDifferentEffect()
232 CombinedVibration effect = CombinedVibration.createParallel( in testParallelMonoCombinationDuration()
/aosp_15_r20/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java407 CombinedVibration effect = CombinedVibration.createParallel( in createService_doNotCrashIfUsedBeforeSystemReady()
581 CombinedVibration effect = CombinedVibration.createParallel( in setAlwaysOnEffect_withMono_enablesAlwaysOnEffectToAllVibratorsWithCapability()
629 CombinedVibration effect = CombinedVibration.createParallel( in setAlwaysOnEffect_withNullEffect_disablesAlwaysOnEffects()
647 CombinedVibration effect = CombinedVibration.createParallel( in setAlwaysOnEffect_withNonPrebakedEffect_ignoresEffect()
674 CombinedVibration mono = CombinedVibration.createParallel( in setAlwaysOnEffect_withNoVibratorWithCapability_ignoresEffect()
1448 CombinedVibration effect = CombinedVibration.createParallel( in vibrate_withInputDevices_vibratesInputDevices()
1511 CombinedVibration effect = CombinedVibration.createParallel(composed); in vibrate_withTriggerCallback_finishesVibration()
3242 CombinedVibration.createParallel(VibrationEffect.createOneShot(10, 255)), in vibrateInSession_afterCancel_vibrationIgnored()
3282 CombinedVibration.createParallel(VibrationEffect.createOneShot(10, 255)), in vibrateInSession_afterFinish_vibrationIgnored()
3322 CombinedVibration.createParallel( in vibrateInSession_repeatingVibration_vibrationIgnored()
[all …]
H A DVibrationThreadTest.java188 CombinedVibration effect = CombinedVibration.createParallel( in vibrate_noVibrator_ignoresVibration()
673 HalVibration vibration = createVibration(CombinedVibration.createParallel( in vibrate_singleVibratorPrebakedAndUnsupportedEffectWithFallback_runsFallback()
872 HalVibration vibration = createVibration(CombinedVibration.createParallel(effect)); in vibrate_singleVibratorComposedWithFallback_replacedInTheMiddleOfComposition()
1137 CombinedVibration effect = CombinedVibration.createParallel( in vibrate_multipleMono_runsSameEffectInAllVibrators()
1272 CombinedVibration effect = CombinedVibration.createParallel(composed); in vibrate_multipleSyncedCallbackTriggered_finishSteps()
1453 CombinedVibration.createParallel( in vibrate_withRampDown_vibrationFinishedAfterDurationAndBeforeRampDown()
1483 CombinedVibration.createParallel( in vibrate_withVibratorCallbackDelayShorterThanTimeout_vibrationFinishedAfterDelay()
1511 CombinedVibration.createParallel( in vibrate_withVibratorCallbackDelayLongerThanTimeout_vibrationFinishedAfterTimeout()
2034 return startThreadAndDispatcher(CombinedVibration.createParallel(effect)); in startThreadAndDispatcher()
2058 CombinedVibration.createParallel(effect)); in startThreadAndDispatcher()
H A DDeviceAdapterTest.java264 CombinedVibration expected = CombinedVibration.createParallel(effect); in testMonoCombinedVibration_returnsSameVibrationWhenEffectsUnchanged()
302 assertThat(CombinedVibration.createParallel(effect).adapt(mAdapter)).isEqualTo(expected); in testMonoCombinedVibration_mapsEffectsToAllVibrators()
H A DInputDeviceDelegateTest.java66 CombinedVibration.createParallel(VibrationEffect.createOneShot(100, 255));
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DSystemVibrator.java213 CombinedVibration combinedEffect = CombinedVibration.createParallel(effect); in setAlwaysOnEffect()
224 CombinedVibration combinedEffect = CombinedVibration.createParallel(effect); in vibrate()
H A DCombinedVibration.java62 public static CombinedVibration createParallel(@NonNull VibrationEffect effect) { in createParallel() method in CombinedVibration
434 return CombinedVibration.createParallel(newEffect); in transform()
/aosp_15_r20/frameworks/base/core/java/android/os/vibrator/
H A DVendorVibrationSession.java146 mSession.vibrate(CombinedVibration.createParallel(effect), reason); in vibrate()
/aosp_15_r20/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DVibratorManagerServicePermissionTest.java55 CombinedVibration.createParallel(
/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTimeline.java93 public static Timeline createParallel() { in createParallel() method in Timeline
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/input/
H A DInputDeviceVibratorManagerTest.java190 CombinedVibration mono = CombinedVibration.createParallel(effect); in testInputVibratorManagerEvents()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java149 mVibeMan.vibrate(CombinedVibration.createParallel( in handleMessage()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java577 CombinedVibration vib = CombinedVibration.createParallel(effect); in performHapticFeedbackWithEffect()
2644 runVibrate(new CommonOptions(), CombinedVibration.createParallel(nextEffect())); in runMono()
2904 return CombinedVibration.createParallel(effect); in parseXml()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h356 createParallel(const LocationDescription &Loc, InsertPointTy AllocaIP,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h644 createParallel(const LocationDescription &Loc, InsertPointTy AllocaIP,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h633 createParallel(const LocationDescription &Loc, InsertPointTy AllocaIP,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h644 createParallel(const LocationDescription &Loc, InsertPointTy AllocaIP,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h644 createParallel(const LocationDescription &Loc, InsertPointTy AllocaIP,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1134 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp881 IRBuilder<>::InsertPoint OpenMPIRBuilder::createParallel( in createParallel() function in OpenMPIRBuilder
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-10/
Dframework.jarandroid/os/NewUserRequest.class NewUserRequest.java package android.os public final android.os ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar10META-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/public/
HDandroid-non-updatable.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest ...

1234567