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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h35 Fragment* consume();
H A DMipsGOTPLT.h35 Fragment* consume();
H A DMipsGOTPLT.cpp51 Fragment* MipsGOTPLT::consume() function in class:mcld::MipsGOTPLT
H A DMipsPLT.cpp119 Fragment* MipsPLT::consume() function in class:mcld::MipsPLT
H A DMipsRelocator.cpp737 plt = getTarget().getPLT().consume();
739 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";
175 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
177 << "consumer consume should return OK";
/frameworks/native/include/input/
H A DInputTransport.h303 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
318 * Should be called after calling consume() to determine whether the consumer
325 * One option is simply to call consume() in a loop until it returns WOULD_BLOCK.
330 * one more time to consume the deferred event.
336 * Should be called after calling consume() with consumeBatches == false to determine
337 * whether consume() should be called again later on with consumeBatches == true.
352 // call to consume and that still needs to be handled.
/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/libs/input/
H A DInputTransport.cpp393 status_t InputConsumer::consume(InputEventFactoryInterface* factory, function in class:android::InputConsumer
396 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
407 // mMsg contains a valid input message from the previous call to consume
456 // We cannot append to the batch in progress, so we need to consume

Completed in 230 milliseconds