Home
last modified time | relevance | path

Searched refs:testModule (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsSpeakerMicActivity.java64 TestModule testModule; in gatherTestModules() local
71 testModule = new TestModule( in gatherTestModules()
74 testModule.setSectionTitle("Mono"); in gatherTestModules()
75 testModule.setSources(sinSourceProvider, micSinkProvider); in gatherTestModules()
76 testModule.setInputPreset(Recorder.INPUT_PRESET_NONE); in gatherTestModules()
77 testModule.setDescription("Spkr:1 Mic:1:PRESET_NONE"); in gatherTestModules()
78 testManager.addTestModule(testModule); in gatherTestModules()
82 testModule = new TestModule( in gatherTestModules()
85 testModule.setSources(sinSourceProvider, micSinkProvider); in gatherTestModules()
86 testModule.setInputPreset(Recorder.INPUT_PRESET_NONE); in gatherTestModules()
[all …]
DAudioDataPathsUSBActivity.java66 TestModule testModule; in gatherTestModules() local
77 testModule = new TestModule( in gatherTestModules()
80 testModule.setSectionTitle("USB Device"); in gatherTestModules()
81 testModule.setSources(leftSineSourceProvider, analysisSinkProvider); in gatherTestModules()
82 testModule.setDescription("Dev:2:L Dev:2"); in gatherTestModules()
83 testModule.setAnalysisChannel(0); in gatherTestModules()
84 testManager.addTestModule(testModule); in gatherTestModules()
86 testModule = new TestModule( in gatherTestModules()
89 testModule.setSources(rightSineSourceProvider, analysisSinkProvider); in gatherTestModules()
90 testModule.setDescription("Dev:2:R Dev:2"); in gatherTestModules()
[all …]
DAudioDataPathsAnalogActivity.java63 TestModule testModule; in gatherTestModules() local
65 testModule = new TestModule( in gatherTestModules()
68 testModule.setSectionTitle("Analog Jack"); in gatherTestModules()
69 testModule.setDescription("Analog:2:Left Analog:1"); in gatherTestModules()
70 testModule.setSources(leftSineSourceProvider, micSinkProvider); in gatherTestModules()
71 testManager.addTestModule(testModule); in gatherTestModules()
73 testModule = new TestModule( in gatherTestModules()
76 testModule.setDescription("Analog:2:Right Analog:1"); in gatherTestModules()
77 testModule.setSources(rightSineSourceProvider, micSinkProvider); in gatherTestModules()
78 testManager.addTestModule(testModule); in gatherTestModules()
DAudioDataPathsBaseActivity.java277 TestStateData(TestModule testModule) { in TestStateData() argument
278 mTestModule = testModule; in TestStateData()
281 abstract String buildErrorString(TestModule testModule); in buildErrorString() argument
291 BadSharingTestState(TestModule testModule, in BadSharingTestState() argument
293 super(testModule); in BadSharingTestState()
299 String buildErrorString(TestModule testModule) { in buildErrorString() argument
302 if (testModule.mTransferType == TRANSFER_LEGACY) { in buildErrorString()
304 } else if (testModule.mTransferType == TRANSFER_MMAP_EXCLUSIVE) { in buildErrorString()
328 BadMMAPTestState(TestModule testModule, in BadMMAPTestState() argument
330 super(testModule); in BadMMAPTestState()
[all …]
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCddCoverage.java96 TestMethod(String testModule, String testClass, String testMethod) { in TestMethod() argument
97 this.mTestModule = testModule; in TestMethod()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
DNativeMidiManager.java33 public native void startTest(MidiNativeTestActivity.NativeMidiTestModule testModule, in startTest() argument