Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DTestDisconnectActivity.java497 private void testConfiguration(boolean isInput, int performanceMode, in testConfiguration()
508 private void testConfiguration(boolean isInput, int performanceMode, in testConfiguration()
514 private void testConfiguration(boolean isInput, int performanceMode, in testConfiguration()
520 private void testConfiguration(int performanceMode, in testConfiguration()
526 private void testConfiguration(int performanceMode, in testConfiguration()
DAutomatedGlitchActivity.java105 private void testConfiguration(int performanceMode, in testConfiguration()
DStreamConfiguration.java394 public void setPerformanceMode(int performanceMode) { in setPerformanceMode()
398 static String convertPerformanceModeToText(int performanceMode) { in convertPerformanceModeToText()
DBaseAutoGlitchActivity.java81 public final int performanceMode; field in BaseAutoGlitchActivity.TestStreamOptions
DOboeAudioStream.java112 int performanceMode, in openNative()
/external/oboe/src/opensles/
DAudioStreamOpenSLES.cpp329 SLuint32 performanceMode = convertPerformanceMode(getPerformanceMode()); in configurePerformanceMode() local
344 SLuint32 performanceMode = 0; in updateStreamParameters() local
/external/oboe/tests/
DtestReturnStop.cpp70 const PerformanceMode performanceMode = std::get<2>(GetParam()); in TEST_P() local
DtestStreamStop.cpp107 const PerformanceMode performanceMode = std::get<2>(GetParam()); in TEST_P() local
/external/oboe/include/oboe/
DAudioStreamBuilder.h234 AudioStreamBuilder *setPerformanceMode(PerformanceMode performanceMode) { in setPerformanceMode()
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp162 jint performanceMode, in open()
Djni-bridge.cpp141 jint performanceMode, in Java_com_mobileer_oboetester_OboeAudioStream_openNative()