Home
last modified time | relevance | path

Searched defs:performanceMode (Results 1 – 9 of 9) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDisconnectActivity.java372 private void testConfiguration(boolean isInput, int performanceMode, in testConfiguration()
380 private void testConfiguration(boolean isInput, int performanceMode, in testConfiguration()
386 private void testConfiguration(int performanceMode, in testConfiguration()
DAutomatedGlitchActivity.java83 private void testConfiguration(int performanceMode, in testConfiguration()
DStreamConfiguration.java145 public void setPerformanceMode(int performanceMode) { in setPerformanceMode()
149 static String convertPerformanceModeToText(int performanceMode) { in convertPerformanceModeToText()
DOboeAudioStream.java104 int performanceMode, in openNative()
DStreamConfigurationView.java295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected()
/external/oboe/src/opensles/
DAudioStreamOpenSLES.cpp234 SLuint32 performanceMode = convertPerformanceMode(getPerformanceMode()); in configurePerformanceMode() local
249 SLuint32 performanceMode = 0; in updateStreamParameters() local
/external/oboe/include/oboe/
DAudioStreamBuilder.h201 AudioStreamBuilder *setPerformanceMode(PerformanceMode performanceMode) { in setPerformanceMode()
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp144 jint performanceMode, in open()
Djni-bridge.cpp120 jint performanceMode, in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative()