Searched defs:reserve (Results 1 - 14 of 14) sorted by last modified time

/frameworks/native/include/utils/
H A DVector.h186 inline void reserve(size_t n) { setCapacity(n); } function in class:android::Vector
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp60 status_t Tokenizer::reserve(uint32_t token) function in class:android::Tokenizer
/frameworks/compile/mclinker/include/mcld/LD/
H A DStringUnorderedMap.h70 void reserve(size_t pCapacity);
112 this->reserve(pCapacity);
121 StringUnorderedMapImpl::reserve(size_t pCapacity) function in class:mcld::StringUnorderedMap::StringUnorderedMapImpl
184 this->reserve(this->m_Capacity+1);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp115 void NamePool::reserve(NamePool::size_type pSize) function in class:NamePool
/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp24 m_AttrSet.reserve(pNum);
41 void AttributeFactory::reserve(size_t pNum) function in class:AttributeFactory
43 m_AttrSet.reserve(pNum);
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java743 final int index = reserve(valueLength);
763 int index = reserve(11);
821 private int reserve(int length) { method in class:PointerLocationView.FasterStringBuilder
/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.cpp424 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
434 data.writeInt32(static_cast< int>(reserve));
1138 const bool reserve = static_cast<bool>(data.readInt32()); local
1140 = consumeRights(uniqueId, &handle, action, reserve);
423 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp300 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
305 result = drmEngine->consumeRights(uniqueId, decryptHandle, action, reserve);
299 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
H A DDrmManagerService.cpp146 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
151 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
145 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.cpp180 int action, bool reserve) {
184 uniqueId, decryptHandle.get(), action, reserve);
178 consumeRights( int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve) argument
/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/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp184 int action, bool reserve) {
183 onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument

Completed in 717 milliseconds