Lines Matching refs:AudioSfDecoder

44 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params),  in AudioSfDecoder()  function in android::AudioSfDecoder
59 AudioSfDecoder::~AudioSfDecoder() { in ~AudioSfDecoder()
64 void AudioSfDecoder::preDestroy() { in preDestroy()
84 void AudioSfDecoder::play() { in play()
92 void AudioSfDecoder::getPositionMsec(int* msec) { in getPositionMsec()
103 uint32_t AudioSfDecoder::getPcmFormatKeyCount() const { in getPcmFormatKeyCount()
109 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { in getPcmFormatKeySize()
120 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { in getPcmFormatKeyName()
134 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize()
146 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { in getPcmFormatKeyValue()
174 void AudioSfDecoder::onPrepare() { in onPrepare()
375 void AudioSfDecoder::onPause() { in onPause()
382 void AudioSfDecoder::onPlay() { in onPlay()
389 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) { in onSeek()
405 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) { in onLoop()
423 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) { in onCheckCache()
452 void AudioSfDecoder::onDecode() { in onDecode()
582 void AudioSfDecoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
604 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { in notifyPrepared()
621 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) { in onNotify()
655 bool AudioSfDecoder::wantPrefetch() { in wantPrefetch()
669 int64_t AudioSfDecoder::getPositionUsec() { in getPositionUsec()
679 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining()
763 void AudioSfDecoder::hasNewDecodeParams() { in hasNewDecodeParams()
797 bool AudioSfDecoder::isSupportedCodec(const char* mime) { in isSupportedCodec()