Searched refs:mDecoderLooper (Results 1 – 2 of 2) sorted by relevance
40 mDecoderLooper = new ALooper; in DecoderBase()41 mDecoderLooper->setName("NPDecoder"); in DecoderBase()42 mDecoderLooper->start(false, false, ANDROID_PRIORITY_AUDIO); in DecoderBase()72 mDecoderLooper->registerHandler(this); in init()76 mDecoderLooper->unregisterHandler(id()); in stopLooper()77 mDecoderLooper->stop(); in stopLooper()
104 sp<ALooper> mDecoderLooper; member