Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:mDecoderLooper

46     mDecoderLooper = new ALooper;
47 mDecoderLooper->setName("NPDecoder");
48 mDecoderLooper->start(false, false, ANDROID_PRIORITY_AUDIO);
56 mDecoderLooper->unregisterHandler(id());
57 mDecoderLooper->stop();
211 mDecoderLooper->registerHandler(this);