Searched refs:mDecodeLooper (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp110 mDecodeLooper = looper();
112 mDecodeLooper = new ALooper;
113 mDecodeLooper->setName("sf2 decode looper");
114 mDecodeLooper->start();
149 mDecodeLooper->registerHandler(mCodec);
235 mDecodeLooper->unregisterHandler(mCodec->id());
237 if (mDecodeLooper != looper()) {
238 mDecodeLooper->stop();
260 sp<ALooper> mDecodeLooper; member in struct:Controller

Completed in 266 milliseconds