HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 426 - 450 of 929) sorted by null

<<11121314151617181920>>

  /frameworks/av/include/media/
IMediaSource.h 143 // The consumer of this media source requests that the given buffers
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 48 import java.util.function.Consumer;
548 public Consumer<Float> getFloatPropertySetter(int propertyIdx) {
567 public Consumer<Integer> getIntPropertySetter(int propertyIdx) {
786 public Consumer<Float> getPropertySetter(int propertyIdx) {
    [all...]
  /frameworks/native/libs/gui/
StreamSplitter.cpp 106 // The current policy is that if any one consumer is consuming buffers too
  /frameworks/rs/scriptc/
rs_object_types.rsh 121 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, // Allocation is used as a Surface consumer.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
Presenter.java 152 * the consumer of an presenter's views may choose to cache views offscreen while they
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 135 // note that there is a consumer available so the signal isn't dropped in
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_virtual.cpp 90 // it up to the consumer to decide how fast to consume frames.
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 90 // it up to the consumer to decide how fast to consume frames.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
FrequentContactsCursorBuilder.java 65 * Reset this builder. Must be called when the consumer resets its data.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 54 * The adapter that consumes this data. We use this only to notify the consumer that new data
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 56 consumer of an exception. We'll go along with this for now even on
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 56 consumer of an exception. We'll go along with this for now even on
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 121 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, // Allocation is used as a Surface consumer.
  /external/clang/lib/Sema/
SemaAttr.cpp 278 Consumer.HandleLinkerOptionPragma(Arg);
281 Consumer.HandleDependentLibrary(Arg);
293 Consumer.HandleDetectMismatch(Name, Value);
Sema.cpp 73 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
78 LangOpts(pp.getLangOpts()), PP(pp), Context(ctxt), Consumer(consumer),
140 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
273 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
    [all...]
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 250 #define KEY_CONFIG 171 /* AL Consumer Control Configuration */
507 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */
510 #define KEY_MEDIA_REPEAT 0x1b7 /* Consumer - transport control */
  /frameworks/av/cmds/stagefright/
stagefright.cpp 959 sp<IGraphicBufferConsumer> consumer; local
960 BufferQueue::createBufferQueue(&producer, &consumer);
961 sp<GLConsumer> texture = new GLConsumer(consumer, 0 /* tex */,
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 140 ALOGE("%s: Cannot query consumer endpoint usage!",
421 // and are waiting to be acquired by the consumer and buffers that are currently
422 // acquired will be freed once they are released by the consumer.
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 202 sp<Surface> consumer = android_view_Surface_getSurface(env, surfaceObj); local
203 if (consumer != NULL) {
215 consumer->getIGraphicBufferProducer(), sourceCrop,
  /frameworks/native/include/gui/
GLConsumer.h 70 // purely to allow a GLConsumer to be transferred from one consumer
153 // the BufferQueue associated with this consumer.
375 // The default consumer usage flags that GLConsumer always sets on its
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 68 sp<IGraphicBufferConsumer> consumer; local
69 BufferQueue::createBufferQueue(&producer, &consumer);
70 mCC = new CpuConsumer(consumer, params.maxLockedBuffers);
SurfaceTextureGL_test.cpp 315 // then the producer and consumer will get out of sync, which will cause
543 // The consumer image size (16 x 9) ratio
575 // The consumer image size (16 x 9) ratio
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
WeakHashMapTest.java 471 map.keySet().forEach(new java.util.function.Consumer<Object>() {
485 map.values().forEach(new java.util.function.Consumer<Object>() {
499 map.entrySet().forEach(new java.util.function.Consumer<Map.Entry<Object, Object>>() {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 293 #define KEY_CONFIG 171 /* AL Consumer Control Configuration */
537 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */
540 #define KEY_MEDIA_REPEAT 0x1b7 /* Consumer - transport control */
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command.py 233 # that a call to Apply needs a new set of consumer processes.
237 # to create a new consumer pool for the same level.
245 # of consumer processes.
    [all...]

Completed in 1426 milliseconds

<<11121314151617181920>>