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) {
174 producerThread->run("ProducerThread");
177 sp<ProducerThread> mProducerThread;
H A DSurfaceTextureGLThreadToGL_test.cpp26 class PT : public ProducerThread {
47 class PT : public ProducerThread {
70 class PT : public ProducerThread {
101 class PT : public ProducerThread {
133 class PT : public ProducerThread {
H A DSurfaceTextureGL_test.cpp219 class ProducerThread : public Thread { class in inherits:Thread
221 ProducerThread(const sp<ANativeWindow>& anw, function in class:android::ProducerThread
227 virtual ~ProducerThread() {
297 sp<Thread> pt(new ProducerThread(mANW, testPixels));
298 pt->run("ProducerThread");
437 class ProducerThread : public Thread { class in inherits:Thread
439 explicit ProducerThread(const sp<ANativeWindow>& anw): function in class:android::ProducerThread
443 virtual ~ProducerThread() {
485 sp<Thread> pt(new ProducerThread(mANW));
486 pt->run("ProducerThread");
620 class ProducerThread : public Thread { class in inherits:Thread
622 explicit ProducerThread(const sp<ANativeWindow>& anw): function in class:android::ProducerThread
[all...]

Completed in 122 milliseconds