Searched defs:AudioSfDecoder (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h50 class AudioSfDecoder : public GenericPlayer class in namespace:android
54 explicit AudioSfDecoder(const AudioPlayback_Parameters* params);
55 virtual ~AudioSfDecoder();
77 // Async event handlers (called from the AudioSfDecoder's event loop)
93 // to be implemented by subclasses of AudioSfDecoder to do something with the audio samples
143 DISALLOW_EVIL_CONSTRUCTORS(AudioSfDecoder);
H A Dandroid_AudioSfDecoder.cpp37 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params), function in class:android::AudioSfDecoder
48 SL_LOGD("AudioSfDecoder::AudioSfDecoder()");
52 AudioSfDecoder::~AudioSfDecoder() {
53 SL_LOGD("AudioSfDecoder::~AudioSfDecoder()");
57 void AudioSfDecoder::preDestroy() {
59 SL_LOGD("AudioSfDecoder
[all...]

Completed in 96 milliseconds