HomeSort by relevance Sort by last modified time
    Searched refs:ProducerThread (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL.h 35 * class PT : public ProducerThread {
56 // ProducerThread is an abstract base class to simplify the creation of
58 class ProducerThread : public Thread {
60 virtual ~ProducerThread() {
169 void runProducerThread(const sp<ProducerThread> producerThread) {
171 mProducerThread = producerThread;
172 producerThread->setEglObjects(mEglDisplay, mProducerEglSurface,
174 producerThread->run("ProducerThread");
    [all...]
SurfaceTextureGLThreadToGL_test.cpp 26 class PT : public ProducerThread {
47 class PT : public ProducerThread {
70 class PT : public ProducerThread {
101 class PT : public ProducerThread {
133 class PT : public ProducerThread {
SurfaceTextureGL_test.cpp 219 class ProducerThread : public Thread {
221 ProducerThread(const sp<ANativeWindow>& anw,
227 virtual ~ProducerThread() {
297 sp<Thread> pt(new ProducerThread(mANW, testPixels));
298 pt->run("ProducerThread");
437 class ProducerThread : public Thread {
439 explicit ProducerThread(const sp<ANativeWindow>& anw):
443 virtual ~ProducerThread() {
485 sp<Thread> pt(new ProducerThread(mANW));
486 pt->run("ProducerThread");
    [all...]
  /external/python/cpython2/Lib/
threading.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]

Completed in 261 milliseconds