Home
last modified time | relevance | path

Searched refs:getPcmFormatKeyName (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h59 bool getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName);
H A Dandroid_AudioSfDecoder.cpp120 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { in getPcmFormatKeyName() function in android::AudioSfDecoder
H A DAudioPlayer_to_android.cpp2135 (!decoder->getPcmFormatKeyName(index, size - sizeof(SLMetadataInfo), in android_audioPlayer_metadata_getKey()