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