/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
H A 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()
|
H A D | AutomatedGlitchActivity.java | 105 private void testConfiguration(int performanceMode, in testConfiguration()
|
H A D | StreamConfiguration.java | 394 public void setPerformanceMode(int performanceMode) { in setPerformanceMode() 398 static String convertPerformanceModeToText(int performanceMode) { in convertPerformanceModeToText()
|
H A D | OboeAudioStream.java | 112 int performanceMode, in openNative()
|
H A D | BaseAutoGlitchActivity.java | 81 public final int performanceMode; field in BaseAutoGlitchActivity.TestStreamOptions
|
/aosp_15_r20/frameworks/av/media/libaaudio/tests/ |
H A D | test_timestamps.cpp | 60 aaudio_performance_mode_t performanceMode; member 72 aaudio_performance_mode_t performanceMode, in logTestResult() 152 aaudio_performance_mode_t performanceMode, in testTimeStamps()
|
H A D | test_steal_exclusive.cpp | 102 std::atomic<aaudio_performance_mode_t> performanceMode{}; member in AudioEngine
|
/aosp_15_r20/external/oboe/src/opensles/ |
H A D | AudioStreamOpenSLES.cpp | 329 SLuint32 performanceMode = convertPerformanceMode(getPerformanceMode()); in configurePerformanceMode() local 344 SLuint32 performanceMode = 0; in updateStreamParameters() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/ |
H A D | DuplexAudioManager.java | 153 public void setPlayerPerformanceMode(int performanceMode) { in setPlayerPerformanceMode() 164 public void setRecorderPerformanceMode(int performanceMode) { in setRecorderPerformanceMode()
|
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
H A D | OboeRecorder.cpp | 37 int32_t performanceMode, int32_t sharingMode, int32_t routeDeviceId, in setupStream() 131 jint performanceMode, jint sharingMode, jint route_device_id, jint input_preset) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN()
|
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/player/ |
H A D | OboePlayer.cpp | 75 int32_t sampleRate, int32_t performanceMode, int32_t sharingMode, in setupStream() 183 jint channel_count, jint channel_mask, jint sample_rate, jint performanceMode, in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN()
|
/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/ |
H A D | test_aaudio_attributes.cpp | 44 static void printPerformanceModeToTestName(aaudio_performance_mode_t performanceMode, in printPerformanceModeToTestName() 857 const auto performanceMode = std::get<0>(GetParam()); in TEST_P() local
|
/aosp_15_r20/frameworks/av/services/mediametrics/ |
H A D | AudioTypes.cpp | 735 std::string lookup<AAUDIO_PERFORMANCE_MODE>(const std::string &performanceMode) in lookup() 746 int32_t lookup<AAUDIO_PERFORMANCE_MODE>(const std::string &performanceMode) in lookup()
|
/aosp_15_r20/cts/hostsidetests/media/app/MediaMetricsTest/jni/ |
H A D | aaudio_stream.cpp | 30 void tryOpeningStream(aaudio_direction_t direction, aaudio_performance_mode_t performanceMode) { in tryOpeningStream()
|
/aosp_15_r20/external/oboe/tests/ |
H A D | testReturnStop.cpp | 70 const PerformanceMode performanceMode = std::get<2>(GetParam()); in TEST_P() local
|
H A D | testStreamStop.cpp | 107 const PerformanceMode performanceMode = std::get<2>(GetParam()); in TEST_P() local
|
/aosp_15_r20/frameworks/av/media/libaaudio/src/core/ |
H A D | AudioStreamBuilder.h | 52 AudioStreamBuilder* setPerformanceMode(aaudio_performance_mode_t performanceMode) { in setPerformanceMode()
|
H A D | AudioStream.h | 269 void setPerformanceMode(aaudio_performance_mode_t performanceMode) { in setPerformanceMode()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/ |
H A D | OboeRecorder.java | 136 int performanceMode, int sharingMode, int routeDeviceId, in setupStreamN()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
H A D | OboePlayer.java | 144 int sampleRate, int performanceMode, int sharingMode, in setupStreamN()
|
/aosp_15_r20/external/oboe/include/oboe/ |
H A D | AudioStreamBuilder.h | 234 AudioStreamBuilder *setPerformanceMode(PerformanceMode performanceMode) { in setPerformanceMode()
|
/aosp_15_r20/frameworks/wilhelm/tests/examples/ |
H A D | slesTestRecBuffQueue.cpp | 46 uint32_t performanceMode = SL_ANDROID_PERFORMANCE_LATENCY; variable
|
/aosp_15_r20/frameworks/base/cmds/bootanimation/ |
H A D | audioplay.cpp | 208 SLuint32 performanceMode = SL_ANDROID_PERFORMANCE_NONE; in createBufferQueueAudioPlayer() local
|
/aosp_15_r20/frameworks/av/media/libaaudio/examples/utils/ |
H A D | AAudioArgsParser.h | 168 void setPerformanceMode(aaudio_performance_mode_t performanceMode) { in setPerformanceMode()
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.cpp | 162 jint performanceMode, in open()
|