Searched defs:performanceMode (Results 1 – 11 of 11) sorted by relevance
| /external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
| D | TestDisconnectActivity.java | 497 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()
|
| D | AutomatedGlitchActivity.java | 105 private void testConfiguration(int performanceMode, in testConfiguration()
|
| D | StreamConfiguration.java | 394 public void setPerformanceMode(int performanceMode) { in setPerformanceMode() 398 static String convertPerformanceModeToText(int performanceMode) { in convertPerformanceModeToText()
|
| D | BaseAutoGlitchActivity.java | 81 public final int performanceMode; field in BaseAutoGlitchActivity.TestStreamOptions
|
| D | OboeAudioStream.java | 112 int performanceMode, in openNative()
|
| /external/oboe/src/opensles/ |
| D | AudioStreamOpenSLES.cpp | 329 SLuint32 performanceMode = convertPerformanceMode(getPerformanceMode()); in configurePerformanceMode() local 344 SLuint32 performanceMode = 0; in updateStreamParameters() local
|
| /external/oboe/tests/ |
| D | testReturnStop.cpp | 70 const PerformanceMode performanceMode = std::get<2>(GetParam()); in TEST_P() local
|
| D | testStreamStop.cpp | 107 const PerformanceMode performanceMode = std::get<2>(GetParam()); in TEST_P() local
|
| /external/oboe/include/oboe/ |
| D | AudioStreamBuilder.h | 234 AudioStreamBuilder *setPerformanceMode(PerformanceMode performanceMode) { in setPerformanceMode()
|
| /external/oboe/apps/OboeTester/app/src/main/cpp/ |
| D | NativeAudioContext.cpp | 162 jint performanceMode, in open()
|
| D | jni-bridge.cpp | 141 jint performanceMode, in Java_com_mobileer_oboetester_OboeAudioStream_openNative()
|