Lines Matching refs:AudioSfDecoder

40 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params),  in AudioSfDecoder()  function in android::AudioSfDecoder
55 AudioSfDecoder::~AudioSfDecoder() { in ~AudioSfDecoder()
60 void AudioSfDecoder::preDestroy() { in preDestroy()
80 void AudioSfDecoder::play() { in play()
88 void AudioSfDecoder::getPositionMsec(int* msec) { in getPositionMsec()
99 uint32_t AudioSfDecoder::getPcmFormatKeyCount() const { in getPcmFormatKeyCount()
105 bool AudioSfDecoder::getPcmFormatKeySize(uint32_t index, uint32_t* pKeySize) { in getPcmFormatKeySize()
116 bool AudioSfDecoder::getPcmFormatKeyName(uint32_t index, uint32_t keySize, char* keyName) { in getPcmFormatKeyName()
130 bool AudioSfDecoder::getPcmFormatValueSize(uint32_t index, uint32_t* pValueSize) { in getPcmFormatValueSize()
142 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { in getPcmFormatKeyValue()
170 void AudioSfDecoder::onPrepare() { in onPrepare()
371 void AudioSfDecoder::onPause() { in onPause()
378 void AudioSfDecoder::onPlay() { in onPlay()
385 void AudioSfDecoder::onSeek(const sp<AMessage> &msg) { in onSeek()
401 void AudioSfDecoder::onLoop(const sp<AMessage> &msg) { in onLoop()
419 void AudioSfDecoder::onCheckCache(const sp<AMessage> &msg) { in onCheckCache()
448 void AudioSfDecoder::onDecode() { in onDecode()
578 void AudioSfDecoder::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
600 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { in notifyPrepared()
617 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) { in onNotify()
651 bool AudioSfDecoder::wantPrefetch() { in wantPrefetch()
665 int64_t AudioSfDecoder::getPositionUsec() { in getPositionUsec()
675 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) { in getCacheRemaining()
759 void AudioSfDecoder::hasNewDecodeParams() { in hasNewDecodeParams()
793 bool AudioSfDecoder::isSupportedCodec(const char* mime) { in isSupportedCodec()