Lines Matching refs:ProducerThread
219 class ProducerThread : public Thread { in TEST_F() class
221 ProducerThread(const sp<ANativeWindow>& anw, in TEST_F() function in android::TEST_F::ProducerThread
227 virtual ~ProducerThread() { in TEST_F()
297 sp<Thread> pt(new ProducerThread(mANW, testPixels)); in TEST_F()
438 class ProducerThread : public Thread { in TEST_F() class
440 explicit ProducerThread(const sp<ANativeWindow>& anw): in TEST_F() function in android::TEST_F::ProducerThread
444 virtual ~ProducerThread() { in TEST_F()
486 sp<Thread> pt(new ProducerThread(mANW)); in TEST_F()
621 class ProducerThread : public Thread { in TEST_F() class
623 explicit ProducerThread(const sp<ANativeWindow>& anw): in TEST_F() function in android::TEST_F::ProducerThread
628 virtual ~ProducerThread() { in TEST_F()
683 sp<Thread> pt(new ProducerThread(mANW)); in TEST_F()
697 reinterpret_cast<ProducerThread*>(pt.get())->getDequeueError()); in TEST_F()