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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL.h35 * class PT : public ProducerThread {
56 // ProducerThread is an abstract base class to simplify the creation of
58 class ProducerThread : public Thread { class in class:android::SurfaceTextureGLThreadToGLTest
60 virtual ~ProducerThread() {
169 void runProducerThread(const sp<ProducerThread> producerThread) {
177 sp<ProducerThread> mProducerThread;
H A DSurfaceTextureGLThreadToGL_test.cpp26 class PT : public ProducerThread {
45 class PT : public ProducerThread {
66 class PT : public ProducerThread {
95 class PT : public ProducerThread {
125 class PT : public ProducerThread {
H A DSurfaceTextureGL_test.cpp204 class ProducerThread : public Thread { class in inherits:Thread
206 ProducerThread(const sp<ANativeWindow>& anw, function in class:android::ProducerThread
212 virtual ~ProducerThread() {
282 sp<Thread> pt(new ProducerThread(mANW, testPixels));
415 class ProducerThread : public Thread { class in inherits:Thread
417 ProducerThread(const sp<ANativeWindow>& anw): function in class:android::ProducerThread
421 virtual ~ProducerThread() {
457 sp<Thread> pt(new ProducerThread(mANW));
592 class ProducerThread : public Thread { class in inherits:Thread
594 ProducerThread(cons function in class:android::ProducerThread
[all...]

Completed in 193 milliseconds