Lines Matching refs:AudioSfDecoder

37 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params),  in AudioSfDecoder()  function in android::AudioSfDecoder
52 AudioSfDecoder::~AudioSfDecoder() { in ~AudioSfDecoder()
57 void AudioSfDecoder::preDestroy() { in preDestroy()
77 void AudioSfDecoder::play() { in play()
85 void AudioSfDecoder::getPositionMsec(int* msec) { in getPositionMsec()
96 uint32_t AudioSfDecoder::getPcmFormatKeyCount() const { in getPcmFormatKeyCount()
102 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { in getPcmFormatKeySize()
113 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { in getPcmFormatKeyName()
127 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize()
139 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { in getPcmFormatKeyValue()
167 void AudioSfDecoder::onPrepare() { in onPrepare()
367 void AudioSfDecoder::onPause() { in onPause()
374 void AudioSfDecoder::onPlay() { in onPlay()
381 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) { in onSeek()
397 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) { in onLoop()
415 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) { in onCheckCache()
444 void AudioSfDecoder::onDecode() { in onDecode()
574 void AudioSfDecoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
596 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { in notifyPrepared()
613 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) { in onNotify()
647 bool AudioSfDecoder::wantPrefetch() { in wantPrefetch()
661 int64_t AudioSfDecoder::getPositionUsec() { in getPositionUsec()
671 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining()
755 void AudioSfDecoder::hasNewDecodeParams() { in hasNewDecodeParams()
789 bool AudioSfDecoder::isSupportedCodec(const char* mime) { in isSupportedCodec()