Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDataPathsActivity.java273 void testPresetCombo(int inputPreset, in testPresetCombo() method in TestDataPathsActivity
303 void testPresetCombo(int inputPreset, in testPresetCombo() method in TestDataPathsActivity
310 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo()
313 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo()
317 void testPresetCombo(int inputPreset) throws InterruptedException { in testPresetCombo() method in TestDataPathsActivity
318 testPresetCombo(inputPreset, 1, 0, 1, 0); in testPresetCombo()
325 testPresetCombo(inputPreset); in testInputPresets()