HomeSort by relevance Sort by last modified time
    Searched refs:producer (Results 1 - 25 of 51) sorted by null

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
SharedBuffer.java 32 public synchronized void setProducer(Bitmap producer) {
34 && !mProducer.isSameSize(producer)) {
39 mProducer = new Buffer(producer);
41 mProducer.useBitmap(producer);
  /external/chromium/base/memory/
weak_ptr_unittest.cc 38 struct Producer : SupportsWeakPtr<Producer> {};
39 struct Consumer { WeakPtr<Producer> producer; }; member in struct:base::__anon1413::Consumer
92 Producer f;
93 WeakPtr<Producer> ptr = f.AsWeakPtr();
122 scoped_ptr<Producer> producer(OffThreadObjectCreator<Producer>::NewObject());
123 WeakPtr<Producer> weak_producer = producer->AsWeakPtr()
132 Producer producer; local
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 93 android::sp<android::IGraphicBufferProducer> producer; local
114 producer = android::SurfaceTexture_getProducer(_env, win);
116 if (producer == NULL)
119 window = new android::Surface(producer);
  /external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java 196 Value producer = local
198 if (producer != null &&
199 producer.instructionOffsetValue().contains(PartialEvaluator.AT_METHOD_ENTRY))
  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.cc 30 // The producer should now return any pending buffers. At this point, however,
31 // ReturnBuffer() tasks scheduled by the producer will not be delivered,
32 // so we free all the buffers once the producer's queue is empty.
41 void JniFrameConsumer::set_frame_producer(FrameProducer* producer) {
42 frame_producer_ = producer;
jni_frame_consumer.h 39 // This must be called once before the producer's source size is set.
40 void set_frame_producer(FrameProducer* producer);
54 // the producer to draw onto it.
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcSo.h 176 /** Producer Trustlet id. */
177 tlApiSpTrustletId_t producer; member in struct:__anon32593
  /external/valgrind/main/drd/tests/
circular_buffer.c 1 /* Test program that performs producer-consumer style communication through
159 static void producer(int* id) function
211 (void * (*)(void *)) producer, &thread_arg[i]);
  /external/chromium_org/net/spdy/
spdy_write_queue_unittest.cc 47 // Produces a frame with the given producer and returns a copy of its
49 std::string ProducerToString(scoped_ptr<SpdyBufferProducer> producer) {
50 scoped_ptr<SpdyBuffer> buffer = producer->ProduceBuffer();
54 // Produces a frame with the given producer and returns a copy of its
56 int ProducerToInt(scoped_ptr<SpdyBufferProducer> producer) {
58 EXPECT_TRUE(base::StringToInt(ProducerToString(producer.Pass()), &i));
  /external/chromium_org/remoting/client/plugin/
pepper_view.h 45 void Initialize(FrameProducer* producer);
pepper_view.cc 78 // The producer should now return any pending buffers. At this point, however,
79 // ReturnBuffer() tasks scheduled by the producer will not be delivered,
80 // so we free all the buffers once the producer's queue is empty.
92 void PepperView::Initialize(FrameProducer* producer) {
93 producer_ = producer;
123 // producer do the scaling, and render at device resolution.
288 // Notify the producer that some parts of the region weren't painted because
  /frameworks/native/include/gui/
ISurfaceComposer.h 121 const sp<IGraphicBufferProducer>& producer,
SurfaceComposerClient.h 165 const sp<IGraphicBufferProducer>& producer,
  /external/elfutils/tests/
run-show-die-info.sh 38 Attrs : name stmt_list low_pc high_pc language comp_dir producer
43 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
62 Attrs : name stmt_list low_pc high_pc language comp_dir producer
67 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
86 Attrs : name stmt_list low_pc high_pc language comp_dir producer
91 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
136 Attrs : name stmt_list low_pc high_pc language comp_dir producer
141 producer : GNU C 2.96-laurel-000912
    [all...]
  /external/chromium_org/ipc/
ipc_send_fds_test.cc 299 // threads, the producer thread creates socketpairs and sends one of the fds
302 // to each fd it receives and then closes the pipe. The producer thread reads
311 void Producer(PipeChannelHelper* dest,
351 scoped_ptr<base::Thread> producer(CreateThread("producer"));
361 producer.get(),
367 Producer(&pipe2, producer.get(), pipes_to_send);
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 106 const sp<IGraphicBufferProducer>& producer,
113 data.writeStrongBinder(producer->asBinder());
282 sp<IGraphicBufferProducer> producer = local
288 status_t res = captureScreen(display, producer,
  /frameworks/base/core/jni/
android_view_TextureView.cpp 103 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(env, surface));
104 sp<ANativeWindow> window = new Surface(producer, true);
android_view_Surface.cpp 140 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(env, surfaceTextureObj));
141 if (producer == NULL) {
147 sp<Surface> surface(new Surface(producer, true));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 76 # we toss the use of the "simple producer" and replace it with
188 def push_with_producer (self, producer):
189 self.producer_fifo.append(producer)
218 # handle classic producer behavior
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 76 # we toss the use of the "simple producer" and replace it with
188 def push_with_producer (self, producer):
189 self.producer_fifo.append(producer)
218 # handle classic producer behavior
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 1310 sp<IGraphicBufferProducer> producer; local
2865 sp<IGraphicBufferProducer> producer; member in class:android::MessageCaptureScreen
    [all...]
DisplayDevice.h 81 const sp<IGraphicBufferProducer>& producer,
DisplayDevice.cpp 59 const sp<IGraphicBufferProducer>& producer,
76 mNativeWindow = new Surface(producer, false);
SurfaceFlinger.h 203 const sp<IGraphicBufferProducer>& producer,
313 const sp<IGraphicBufferProducer>& producer,
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 107 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(env, thiz));
108 sp<Surface> surfaceTextureClient(surfaceTexture != NULL ? new Surface(producer) : NULL);

Completed in 883 milliseconds

1 2 3