OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AudioSfDecoder
(Results
1 - 2
of
2
) sorted by null
/system/media/wilhelm/src/android/
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_AudioSfDecoder.cpp
32
AudioSfDecoder
::
AudioSfDecoder
(const AudioPlayback_Parameters* params) : GenericPlayer(params),
43
SL_LOGD("
AudioSfDecoder
::
AudioSfDecoder
()");
47
AudioSfDecoder
::~
AudioSfDecoder
() {
48
SL_LOGD("
AudioSfDecoder
::~
AudioSfDecoder
()");
52
void
AudioSfDecoder
::preDestroy() {
54
SL_LOGD("
AudioSfDecoder
::preDestroy()")
[
all
...]
Completed in 334 milliseconds