Searched defs:ProducerThread (Results 1 - 2 of 2) 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 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");
438 class ProducerThread : public Thread { class in inherits:Thread
440 explicit ProducerThread(const sp<ANativeWindow>& anw): function in class:android::ProducerThread
444 virtual ~ProducerThread() {
486 sp<Thread> pt(new ProducerThread(mANW));
487 pt->run("ProducerThread");
621 class ProducerThread : public Thread { class in inherits:Thread
623 explicit ProducerThread(const sp<ANativeWindow>& anw): function in class:android::ProducerThread
[all...]

Completed in 482 milliseconds