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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h78 void reserve(size_t pSize) { m_Pool.reserve(pSize); } function in class:mcld::KeyEntryMap
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp121 void NamePool::reserve(NamePool::size_type pSize) { function in class:mcld::NamePool
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dbuffer_wrapper.h137 void reserve(size_type size) { buffer_.reserve(size); } function in class:android::pdx::rpc::BufferWrapper
/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.cpp417 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
427 data.writeInt32(static_cast< int>(reserve));
1135 const bool reserve = static_cast<bool>(data.readInt32()); local
1137 = consumeRights(uniqueId, &handle, action, reserve);
416 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.cpp182 int action, bool reserve) {
186 uniqueId, decryptHandle.get(), action, reserve);
180 consumeRights( int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve) argument
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h61 inline void reserve(size_t size) { function in class:android::pdx::ByteBuffer
79 reserve(size);
/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/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp105 void MipsGOT::reserve(size_t pNum) { function in class:mcld::MipsGOT
124 reserve(it->m_LocalNum);
126 reserve(it->m_GlobalNum);
128 reserve(it->m_TLSNum);
134 reserve(getGlobalNum() - it->m_GlobalNum);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp270 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
275 result = drmEngine->consumeRights(uniqueId, decryptHandle, action, reserve);
269 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
H A DDrmManagerService.cpp209 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
214 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
208 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java786 final int index = reserve(valueLength);
806 int index = reserve(11);
864 private int reserve(int length) { method in class:PointerLocationView.FasterStringBuilder
/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 3295 milliseconds