Lines Matching refs:producerThread
35 * class PT : public ProducerThread {
56 // ProducerThread is an abstract base class to simplify the creation of
58 class ProducerThread : public Thread {
60 virtual ~ProducerThread() {
169 void runProducerThread(const sp<ProducerThread> producerThread) {
171 mProducerThread = producerThread;
172 producerThread->setEglObjects(mEglDisplay, mProducerEglSurface,
174 producerThread->run("ProducerThread");
177 sp<ProducerThread> mProducerThread;