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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.h46 X86_32GOTEntry* consume();
76 X86_64GOTEntry* consume();
H A DX86GOT.cpp37 X86_32GOTEntry* X86_32GOT::consume() function in class:X86_32GOT
68 X86_64GOTEntry* X86_64GOT::consume() function in class:X86_64GOT
H A DX86GOTPLT.cpp31 consume();
75 consume();
H A DX86PLT.h124 PLTEntryBase* consume();
H A DX86Relocator.cpp587 got_entry = getTarget().getGOT().consume();
588 getTarget().getGOT().consume()->setValue(0x0);
703 got_entry = ld_backend.getGOT().consume();
758 plt_entry = ld_backend.getPLT().consume();
764 gotplt_entry = ld_backend.getGOTPLT().consume();
981 got_entry1 = ld_backend.getGOT().consume();
983 X86_32GOTEntry* got_entry2 = ld_backend.getGOT().consume();
1069 got_entry = ld_backend.getGOT().consume();
1102 got_entry = ld_backend.getGOT().consume();
1461 got_entry = ld_backend.getGOT().consume();
[all...]
H A DX86PLT.cpp147 PLTEntryBase* X86PLT::consume() function in class:X86PLT
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp37 HexagonGOTEntry* HexagonGOT::consume() function in class:HexagonGOT
H A DHexagonGOT.h46 HexagonGOTEntry* consume();
H A DHexagonGOTPLT.cpp31 consume();
H A DHexagonPLT.h81 HexagonPLT1* consume();
H A DHexagonPLT.cpp113 HexagonPLT1* HexagonPLT::consume() function in class:HexagonPLT
H A DHexagonRelocator.cpp374 got_entry = ld_backend.getGOT().consume();
425 plt_entry = ld_backend.getPLT().consume();
431 gotplt_entry = ld_backend.getGOTPLT().consume();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h67 ARMPLT1* consume();
H A DARMGOT.h65 ARMGOTEntry* consume();
H A DARMGOT.cpp34 consume();
54 ARMGOTEntry* ARMGOT::consume() function in class:ARMGOT
107 assert(m_GOTPLT.last_used != m_GOT.front && "No GOT/PLT entry to consume!");
121 assert(m_GOT.last_used != NULL && "No GOTn entry to consume!");
H A DARMPLT.cpp75 ARMPLT1* ARMPLT::consume() function in class:ARMPLT
H A DARMRelocator.cpp648 plt_entry = ld_backend.getPLT().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.h295 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
310 * Should be called after calling consume() to determine whether the consumer
317 * One option is simply to call consume() in a loop until it returns WOULD_BLOCK.
322 * one more time to consume the deferred event.
328 * Should be called after calling consume() with consumeBatches == false to determine
329 * whether consume() should be called again later on with consumeBatches == true.
344 // 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.cpp392 status_t InputConsumer::consume(InputEventFactoryInterface* factory, function in class:android::InputConsumer
395 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
406 // mMsg contains a valid input message from the previous call to consume
455 // We cannot append to the batch in progress, so we need to consume

Completed in 197 milliseconds