Searched defs:mDecodeLooper (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp70 mDecodeLooper = looper();
72 mDecodeLooper = new ALooper;
73 mDecodeLooper->setName("sf2 decode looper");
74 mDecodeLooper->start();
105 mDecodeLooper->registerHandler(mCodec);
206 mDecodeLooper->unregisterHandler(mCodec->id());
208 if (mDecodeLooper != looper()) {
209 mDecodeLooper->stop();
237 sp<ALooper> mDecodeLooper; member in struct:Controller

Completed in 186 milliseconds