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

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp868 class ProducerThread : public Thread { class in inherits:Thread
870 ProducerThread(const sp<ANativeWindow>& anw, function in class:android::ProducerThread
876 virtual ~ProducerThread() {
946 sp<Thread> pt(new ProducerThread(mANW, testPixels));
1079 class ProducerThread : public Thread { class in inherits:Thread
1081 ProducerThread(const sp<ANativeWindow>& anw): function in class:android::ProducerThread
1085 virtual ~ProducerThread() {
1123 sp<Thread> pt(new ProducerThread(mANW));
1266 class ProducerThread : public Thread { class in inherits:Thread
1268 ProducerThread(cons function in class:android::ProducerThread
1880 class ProducerThread : public Thread { class in class:android::SurfaceTextureGLThreadToGLTest
[all...]

Completed in 54 milliseconds