Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp37 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()
DOboeRecorder.h42 Result setupStream(int32_t channelCount, int32_t sampleRate, int32_t performanceMode,
/cts/hostsidetests/media/app/MediaMetricsTest/jni/
Daaudio_stream.cpp30 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/
DOboePlayer.cpp75 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()
DOboePlayer.h38 int32_t performanceMode, int32_t sharingMode, int32_t routeDeviceId);
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DOboeRecorder.java136 int performanceMode, int sharingMode, int routeDeviceId, in setupStreamN() argument
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DOboePlayer.java144 int sampleRate, int performanceMode, int sharingMode, in setupStreamN() argument
/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_attributes.cpp44 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/
DAudioTrackTest.java434 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()