Searched defs:consume (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp37 HexagonGOTEntry* HexagonGOT::consume() function in class:HexagonGOT
H A DHexagonPLT.cpp113 HexagonPLT1* HexagonPLT::consume() function in class:HexagonPLT
/frameworks/compile/mclinker/lib/Target/X86/
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 DX86PLT.cpp147 PLTEntryBase* X86PLT::consume() function in class:X86PLT
/frameworks/compile/mclinker/lib/Target/ARM/
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
/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 112 milliseconds