Home
last modified time | relevance | path

Searched refs:ProducerThread (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLThreadToGL_test.cpp26 class PT : public ProducerThread { in TEST_F()
45 class PT : public ProducerThread { in TEST_F()
66 class PT : public ProducerThread { in TEST_F()
95 class PT : public ProducerThread { in TEST_F()
125 class PT : public ProducerThread { in TEST_F()
DSurfaceTextureGLThreadToGL.h58 class ProducerThread : public Thread {
60 virtual ~ProducerThread() { in ~ProducerThread()
169 void runProducerThread(const sp<ProducerThread> producerThread) { in runProducerThread()
177 sp<ProducerThread> mProducerThread;
DSurfaceTextureGL_test.cpp212 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
[all …]