Home
last modified time | relevance | path

Searched defs:performanceModeToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/
H A Dutils.cpp46 const char* performanceModeToString(aaudio_performance_mode_t mode) { in performanceModeToString() function
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DAudioDataPathsBaseActivity.java615 String performanceModeToString(int performanceMode) { in performanceModeToString() method in AudioDataPathsBaseActivity.TestModule