OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDecoderLooper
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.cpp
39
mDecoderLooper
= new ALooper;
40
mDecoderLooper
->setName("NPDecoder");
41
mDecoderLooper
->start(false, false, ANDROID_PRIORITY_AUDIO);
45
mDecoderLooper
->unregisterHandler(id());
46
mDecoderLooper
->stop();
72
mDecoderLooper
->registerHandler(this);
NuPlayerDecoderBase.h
99
sp<ALooper>
mDecoderLooper
;
Completed in 2325 milliseconds