Searched refs:testInputDeviceCombo (Results 1 – 1 of 1) sorted by relevance
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | TestDataPathsActivity.java | 338 void testInputDeviceCombo(int deviceId, in testInputDeviceCombo() method in TestDataPathsActivity 357 void testInputDeviceCombo(int deviceId, in testInputDeviceCombo() method in TestDataPathsActivity 361 testInputDeviceCombo(deviceId, numInputChannels, inputChannel, true); in testInputDeviceCombo() 363 testInputDeviceCombo(deviceId, numInputChannels, inputChannel, false); in testInputDeviceCombo() 380 testInputDeviceCombo(id, 1, 0); in testInputDevices() 381 testInputDeviceCombo(id, 2, 0); in testInputDevices() 382 testInputDeviceCombo(id, 2, 1); in testInputDevices() 389 testInputDeviceCombo(id, numChannels, channel); in testInputDevices()
|