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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.h52 class AudioSfDecoder : public GenericPlayer class in namespace:android
56 AudioSfDecoder(const AudioPlayback_Parameters* params);
57 virtual ~AudioSfDecoder();
79 // Async event handlers (called from the AudioSfDecoder's event loop)
95 // to be implemented by subclasses of AudioSfDecoder to do something with the audio samples
145 DISALLOW_EVIL_CONSTRUCTORS(AudioSfDecoder);
H A Dandroid_AudioSfDecoder.cpp34 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params), function in class:android::AudioSfDecoder
45 SL_LOGD("AudioSfDecoder::AudioSfDecoder()");
49 AudioSfDecoder::~AudioSfDecoder() {
50 SL_LOGD("AudioSfDecoder::~AudioSfDecoder()");
54 void AudioSfDecoder::preDestroy() {
56 SL_LOGD("AudioSfDecoder
[all...]

Completed in 46 milliseconds