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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/desktop_capture/
screen_capture_frame_queue.h 34 // Frame consumer is expected to never hold more than kQueueLength frames
  /external/webrtc/webrtc/sound/
soundinputstreaminterface.h 50 // Notifies the consumer of new data read from the device.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
ViewPool.java 29 /* An interface to the consumer of a view pool */
  /frameworks/native/include/gui/
ConsumerBase.h 34 // ConsumerBase is a base class for BufferQueue consumer end-points. It
102 // The controlledByApp flag indicates that this consumer is under the application's
104 ConsumerBase(const sp<IGraphicBufferConsumer>& consumer, bool controlledByApp = false);
209 // this buffer slot is no longer being used by the consumer and can be
StreamSplitter.h 57 // output is abandoned by its consumer, the splitter will abandon its input
66 // setName sets the consumer name of the input queue
  /frameworks/rs/
rsGrallocConsumer.h 36 * CpuConsumer is a BufferQueue consumer endpoint that allows direct CPU
  /libcore/ojluni/src/main/java/sun/nio/
ByteBuffered.java 33 * data format. Only the initial producer and final consumer have to be changed.<p>
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 212 // Maps a list of Paths to MediaItems, and invoke consumer.consume()
214 // An index number is also passed to consumer.consume() to identify
217 public void mapMediaItems(ArrayList<Path> list, ItemConsumer consumer,
239 source.mapMediaItems(entry.getValue(), consumer); local
SecureAlbum.java 99 ItemConsumer consumer = new ItemConsumer() { local
105 mDataManager.mapMediaItems(subset, consumer, 0);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
ImmutableBindingRef.java 25 * consumer.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_pci.h 69 /* The alignment to use between consumer and producer parts of vring.
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 312 ObjCMigrateASTConsumer &Consumer;
316 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
317 : Consumer(consumer), PMap(PMap) { }
323 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Literals) {
324 edit::Commit commit(*Consumer.Editor);
325 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
326 Consumer.Editor->commit(commit);
329 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Subscripting) {
330 edit::Commit commit(*Consumer.Editor)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
SpliteratorsTest.java 29 import java.util.function.Consumer;
43 Consumer<Integer> alwaysFailsBoxed = (Integer value) -> fail();
59 Consumer<Object> alwaysFails = (Object value) -> fail();
73 Consumer<Long> alwaysFailsBoxed = (Long value) -> fail();
90 Consumer<Double> alwaysFailsBoxed = (Double value) -> fail();
365 intSp.forEachRemaining((Consumer<Integer>) null);
371 assertTrue(intSp.tryAdvance((Consumer<Integer>) null));
391 longSp.forEachRemaining((Consumer<Long>) null);
397 longSp.tryAdvance((Consumer<Long>) null);
417 doubleSp.forEachRemaining((Consumer<Double>) null)
    [all...]
OptionalTest.java 25 import java.util.function.Consumer;
71 Consumer<String> alwaysFail = s -> fail();
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 54 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer
82 /// \brief Whether the previous diagnostic was not passed to the consumer.
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
StubMethodAdapterTest.java 32 import java.util.function.Consumer;
57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion,
  /frameworks/compile/slang/
slang_backend.h 167 // Initialize - This is called to initialize the consumer, providing the
191 // unit to notify the consumer that the given tentative definition should be
  /hardware/libhardware/tests/camera2/
camera2_utils.h 46 // Interface to camera2 HAL device, either for requests (device is consumer)
169 StreamAdapter(sp<IGraphicBufferProducer> consumer);
  /libcore/ojluni/src/main/java/java/util/
Iterator.java 28 import java.util.function.Consumer;
113 default void forEachRemaining(Consumer<? super E> action) {
ArrayDeque.java 37 import java.util.function.Consumer;
641 public void forEachRemaining(Consumer<? super E> action) {
    [all...]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TeeOpTest.java 33 import java.util.function.Consumer;
90 class RecordingConsumer extends AbstractRecordingConsumer<Integer> implements Consumer<Integer> {
  /system/webservd/
webserver.gyp 18 # provided by the consumer of libwebserv library.
118 # provided by the consumer of libwebserv library.
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutUser.java 45 import java.util.function.Consumer;
215 public void forAllPackages(Consumer<? super ShortcutPackage> callback) {
222 public void forAllLaunchers(Consumer<? super ShortcutLauncher> callback) {
229 public void forAllPackageItems(Consumer<? super ShortcutPackageItem> callback) {
235 Consumer<ShortcutPackageItem> callback) {
  /frameworks/native/libs/input/
InputTransport.cpp 365 ALOGE("channel '%s' publisher ~ Received unexpected message of type %d from consumer",
402 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
425 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u",
444 ALOGD("channel '%s' consumer ~ consumed key event, seq=%u",
457 ALOGD("channel '%s' consumer ~ appended to batch event",
472 ALOGD("channel '%s' consumer ~ consumed batch event and "
487 ALOGD("channel '%s' consumer ~ started batch event",
501 ALOGD("channel '%s' consumer ~ consumed motion event, seq=%u",
508 ALOGE("channel '%s' consumer ~ Received unexpected message of type %d",
815 ALOGD("channel '%s' consumer ~ sendFinishedSignal: seq=%u, handled=%s"
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [all...]

Completed in 2454 milliseconds

1 2 3 4 5 6 7 8 91011>>