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()
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()
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.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()
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
[all …]