Home
last modified time | relevance | path

Searched refs:EffectsTest (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectsTest.java38 public class EffectsTest extends Activity { class
43 public EffectsTest() { in EffectsTest() method in EffectsTest
55 startActivity(new Intent(EffectsTest.this, EnvReverbTest.class)); in onCreate()
62 startActivity(new Intent(EffectsTest.this, PresetReverbTest.class)); in onCreate()
69 startActivity(new Intent(EffectsTest.this, EqualizerTest.class)); in onCreate()
76 startActivity(new Intent(EffectsTest.this, VirtualizerTest.class)); in onCreate()
83 startActivity(new Intent(EffectsTest.this, BassBoostTest.class)); in onCreate()
90 startActivity(new Intent(EffectsTest.this, VisualizerTest.class)); in onCreate()
/aosp12/frameworks/base/media/tests/EffectsTest/
H A DAndroid.bp11 name: "EffectsTest",
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/
H A Dtest-vibrator.cpp384 class EffectsTest : public VibratorTestTemplate<EffectTuple> { class
400 TEST_P(EffectsTest, perform) { in TEST_P() argument
442 TEST_P(EffectsTest, alwaysOnEnable) { in TEST_P() argument
463 INSTANTIATE_TEST_CASE_P(VibratorTests, EffectsTest,
469 EffectsTest::PrintParam);
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-vibrator.cpp427 class EffectsTest : public VibratorTest, public WithParamInterface<EffectTuple> { class
437 TEST_P(EffectsTest, perform) { in TEST_P() argument
496 TEST_P(EffectsTest, alwaysOnEnable) { in TEST_P() argument
521 INSTANTIATE_TEST_CASE_P(VibratorTests, EffectsTest,
524 EffectsTest::PrintParam);