HomeSort by relevance Sort by last modified time
    Searched refs:AudioSfDecoder (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/src/android/
android_AudioToCbRenderer.h 25 class AudioToCbRenderer : public AudioSfDecoder
39 // overridden from AudioSfDecoder
android_AudioSfDecoder.cpp 33 AudioSfDecoder::AudioSfDecoder(const AudioPlayback_Parameters* params) : GenericPlayer(params),
44 SL_LOGD("AudioSfDecoder::AudioSfDecoder()");
48 AudioSfDecoder::~AudioSfDecoder() {
49 SL_LOGD("AudioSfDecoder::~AudioSfDecoder()");
53 void AudioSfDecoder::preDestroy() {
55 SL_LOGD("AudioSfDecoder::preDestroy()")
    [all...]
android_AudioSfDecoder.h 52 class AudioSfDecoder : public GenericPlayer
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);
android_AudioToCbRenderer.cpp 28 AudioSfDecoder(params),
AudioPlayer_to_android.cpp     [all...]

Completed in 57 milliseconds