Searched refs:performanceMode (Results 1 – 9 of 9) sorted by relevance
/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
D | OboeRecorder.cpp | 37 int32_t performanceMode, int32_t sharingMode, int32_t routeDeviceId, in setupStream() argument 61 builder.setPerformanceMode((PerformanceMode) performanceMode); in setupStream() 129 jint performanceMode, jint sharingMode, jint route_device_id, jint input_preset) { in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN() argument 131 channel_count, sample_rate, performanceMode, sharingMode, route_device_id, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN()
|
D | OboeRecorder.h | 42 Result setupStream(int32_t channelCount, int32_t sampleRate, int32_t performanceMode,
|
/cts/hostsidetests/media/app/MediaMetricsTest/jni/ |
D | aaudio_stream.cpp | 30 void tryOpeningStream(aaudio_direction_t direction, aaudio_performance_mode_t performanceMode) { in tryOpeningStream() argument 35 AAudioStreamBuilder_setPerformanceMode(builder, performanceMode); in tryOpeningStream()
|
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | OboePlayer.cpp | 75 int32_t sampleRate, int32_t performanceMode, int32_t sharingMode, in setupStream() argument 114 builder.setPerformanceMode((PerformanceMode) performanceMode); in setupStream() 181 jint channel_count, jint channel_mask, jint sample_rate, jint performanceMode, in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN() argument 185 return player->setupStream(channel_count, channel_mask, sample_rate, performanceMode, in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN()
|
D | OboePlayer.h | 38 int32_t performanceMode, int32_t sharingMode, int32_t routeDeviceId);
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/ |
D | OboeRecorder.java | 136 int performanceMode, int sharingMode, int routeDeviceId, in setupStreamN() argument
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
D | OboePlayer.java | 144 int sampleRate, int performanceMode, int sharingMode, in setupStreamN() argument
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio_attributes.cpp | 44 static void printPerformanceModeToTestName(aaudio_performance_mode_t performanceMode, in printPerformanceModeToTestName() argument 47 switch (performanceMode) { in printPerformanceModeToTestName()
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioTrackTest.java | 434 for (int performanceMode : testPerformanceModes) { in testBuilderAttributesPerformanceMode() 437 .setPerformanceMode(performanceMode) in testBuilderAttributesPerformanceMode() 445 + " set performance mode: " + performanceMode in testBuilderAttributesPerformanceMode() 449 actualPerformanceMode == performanceMode // either successful in testBuilderAttributesPerformanceMode() 451 || performanceMode == AudioTrack.PERFORMANCE_MODE_NONE); in testBuilderAttributesPerformanceMode()
|