Searched refs:consume (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h34 Fragment* consume();
H A DMipsPLT.h34 Fragment* consume();
H A DMipsGOTPLT.cpp48 Fragment* MipsGOTPLT::consume() { function in class:mcld::MipsGOTPLT
H A DMipsPLT.cpp106 Fragment* MipsPLT::consume() { function in class:mcld::MipsPLT
H A DMipsRelocator.cpp670 plt = getTarget().getPLT().consume();
672 Fragment* got = getTarget().getGOTPLT().consume();
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp92 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
94 << "consumer consume should return OK";
176 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
178 << "consumer consume should return OK";
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java467 consume();
563 consume();
613 consume();
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java715 consume();
733 consume();
818 consume();
838 consume();
858 consume();
878 consume();
898 consume();
1382 consume();
1432 consume();
1902 consume();
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp236 status_t status = mInputConsumer.consume(&mInputEventFactory,
266 ALOGE("channel '%s' ~ Failed to consume input event. status=%d",
390 message.appendFormat("Failed to consume batched input event. status=%d", status);
/frameworks/native/include/input/
H A DInputTransport.h305 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
320 * Should be called after calling consume() to determine whether the consumer
327 * One option is simply to call consume() in a loop until it returns WOULD_BLOCK.
332 * one more time to consume the deferred event.
338 * Should be called after calling consume() with consumeBatches == false to determine
339 * whether consume() should be called again later on with consumeBatches == true.
354 // call to consume and that still needs to be handled.
/frameworks/native/libs/input/
H A DInputTransport.cpp399 status_t InputConsumer::consume(InputEventFactoryInterface* factory, function in class:android::InputConsumer
402 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
413 // mMsg contains a valid input message from the previous call to consume
462 // We cannot append to the batch in progress, so we need to consume
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 252 milliseconds