Home
last modified time | relevance | path

Searched refs:getChreAudioFormatString (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/chre/util/include/chre/util/nanoapp/
H A Daudio.h31 const char *getChreAudioFormatString(uint8_t format);
/aosp12/system/chre/util/nanoapp/
H A Daudio.cc21 const char *getChreAudioFormatString(uint8_t format) { in getChreAudioFormatString() function
/aosp12/system/chre/apps/audio_stress_test/
H A Daudio_stress_test.cc110 source.sampleRate, chre::getChreAudioFormatString(source.format)); in discoverAudioHandle()
/aosp12/system/chre/apps/audio_world/
H A Daudio_world.cc153 chre::getChreAudioFormatString(audioSource.format)); in nanoappStart()
/aosp12/system/chre/apps/power_test/common/
H A Drequest_manager.cc258 chre::getChreAudioFormatString(audioSource.format)); in requestAudioAtFastestRate()