Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL_test.cpp26 class PT : public ProducerThread { in TEST_F()
47 class PT : public ProducerThread { in TEST_F()
70 class PT : public ProducerThread { in TEST_F()
101 class PT : public ProducerThread { in TEST_F()
133 class PT : public ProducerThread { in TEST_F()
H A DSurfaceTextureGLThreadToGL.h58 class ProducerThread : public Thread {
60 virtual ~ProducerThread() { in ~ProducerThread()
169 void runProducerThread(const sp<ProducerThread> producerThread) { in runProducerThread()
177 sp<ProducerThread> mProducerThread;
H A DSurfaceTextureGL_test.cpp219 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()
437 class ProducerThread : public Thread { in TEST_F() class
439 explicit ProducerThread(const sp<ANativeWindow>& anw): in TEST_F() function in android::TEST_F::ProducerThread
443 virtual ~ProducerThread() { in TEST_F()
485 sp<Thread> pt(new ProducerThread(mANW)); in TEST_F()
620 class ProducerThread : public Thread { in TEST_F() class
627 virtual ~ProducerThread() { in TEST_F()
[all …]