Lines Matching refs:ProducerThread
212 class ProducerThread : public Thread { in TEST_F() class
214 ProducerThread(const sp<ANativeWindow>& anw, in TEST_F() function in android::TEST_F::ProducerThread
220 virtual ~ProducerThread() { in TEST_F()
290 sp<Thread> pt(new ProducerThread(mANW, testPixels)); in TEST_F()
427 class ProducerThread : public Thread { in TEST_F() class
429 ProducerThread(const sp<ANativeWindow>& anw): in TEST_F() function in android::TEST_F::ProducerThread
433 virtual ~ProducerThread() { in TEST_F()
469 sp<Thread> pt(new ProducerThread(mANW)); in TEST_F()
604 class ProducerThread : public Thread { in TEST_F() class
606 ProducerThread(const sp<ANativeWindow>& anw): in TEST_F() function in android::TEST_F::ProducerThread
611 virtual ~ProducerThread() { in TEST_F()
663 sp<Thread> pt(new ProducerThread(mANW)); in TEST_F()
677 reinterpret_cast<ProducerThread*>(pt.get())->getDequeueError()); in TEST_F()