Searched defs:reserve (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp30 void HexagonGOT::reserve(size_t pNum) function in class:HexagonGOT
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp30 void X86_32GOT::reserve(size_t pNum) function in class:X86_32GOT
61 void X86_64GOT::reserve(size_t pNum) function in class:X86_64GOT
/frameworks/compile/mclinker/include/mcld/Target/
H A DSymbolEntryMap.h56 void reserve(size_t pSize) { m_Pool.reserve(pSize); } function in class:mcld::SymbolEntryMap
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp30 reserve(ARMGOT0Num);
47 void ARMGOT::reserve(size_t pNum) function in class:ARMGOT
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp125 void NamePool::reserve(NamePool::size_type pSize) function in class:NamePool
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp60 status_t Tokenizer::reserve(uint32_t token) function in class:android::Tokenizer
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp82 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
83 return onConsumeRights(uniqueId, decryptHandle, action, reserve);
81 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
H A DIDrmManagerService.cpp414 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
424 data.writeInt32(static_cast< int>(reserve));
1117 const bool reserve = static_cast<bool>(data.readInt32()); local
1119 = consumeRights(uniqueId, &handle, action, reserve);
413 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp80 sp<DecryptHandle> &decryptHandle, int action, bool reserve) {
81 return mDrmManagerClientImpl->consumeRights(mUniqueId, decryptHandle, action, reserve);
79 consumeRights( sp<DecryptHandle> &decryptHandle, int action, bool reserve) argument
H A DDrmManagerClientImpl.cpp171 int action, bool reserve) {
175 uniqueId, decryptHandle.get(), action, reserve);
169 consumeRights( int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp86 void MipsGOT::reserve(size_t pNum) function in class:MipsGOT
107 reserve(MipsGOT0Num);
109 reserve(it->m_LocalNum);
111 reserve(it->m_GlobalNum);
117 reserve(getGlobalNum() - it->m_GlobalNum);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp141 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
146 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
140 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
H A DDrmManager.cpp275 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
280 result = drmEngine->consumeRights(uniqueId, decryptHandle, action, reserve);
274 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp185 int action, bool reserve) {
184 onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java193 if (reserve(backing.getSize())) {
216 private boolean reserve(int size) { method in class:FrameManager.PriorityBackingCache
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp296 bool reserve) {
293 onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java783 final int index = reserve(valueLength);
803 int index = reserve(11);
861 private int reserve(int length) { method in class:PointerLocationView.FasterStringBuilder

Completed in 452 milliseconds