HomeSort by relevance Sort by last modified time
    Searched refs:ProducerThread (Results 1 - 10 of 10) 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");
438 class ProducerThread : public Thread {
440 ProducerThread(const sp<ANativeWindow>& anw):
444 virtual ~ProducerThread() {
486 sp<Thread> pt(new ProducerThread(mANW));
487 pt->run("ProducerThread");
    [all...]
  /external/v8/test/unittests/base/platform/
semaphore-unittest.cc 23 class ProducerThread final : public Thread {
25 ProducerThread(char* buffer, Semaphore* free_space, Semaphore* used_space)
26 : Thread(Options("ProducerThread")),
95 ProducerThread producer_thread(buffer, &free_space, &used_space);
  /external/v8/test/cctest/
test-circular-queue.cc 106 class ProducerThread: public v8::base::Thread {
108 ProducerThread(TestSampleQueue* scq, int records_per_chunk, Record value,
146 ProducerThread producer1(&scq, kRecordsPerChunk, 1, &semaphore);
147 ProducerThread producer2(&scq, kRecordsPerChunk, 10, &semaphore);
148 ProducerThread producer3(&scq, kRecordsPerChunk, 20, &semaphore);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command.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 1907 milliseconds