Searched refs:reserve (Results 1 - 25 of 34) sorted by relevance

12

/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);
H A DSearchDirs.cpp29 m_DirList.reserve(8);
/frameworks/native/opengl/libagl/
H A DTokenManager.cpp28 mTokenizer.reserve(0);
H A DTokenizer.h37 status_t reserve(uint32_t token);
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);
H A DNamePool.h96 void reserve(size_type pN);
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeFactory.h40 // reserve - reserve the memory space for attributes
42 void reserve(size_t pNum);
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h81 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
H A DDrmManager.h94 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
H A DDrmManagerClientImpl.h183 * If the reserve parameter is true the rights is reserved until the same
184 * application calls this api again with the reserve parameter set to false.
189 * @param[in] reserve True if the rights should be reserved.
193 status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
H A DIDrmManagerService.h120 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
210 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h56 status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
/frameworks/av/include/drm/
H A DDrmManagerClient.h106 * If the reserve parameter is true the rights is reserved until the same
107 * application calls this api again with the reserve parameter set to false.
111 * @param[in] reserve True if the rights should be reserved.
116 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp146 mStringBuffer.reserve(bufferSize);
/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
/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/common/include/
H A DDrmEngineBase.h62 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
258 * If the reserve parameter is true the rights is reserved until the same
259 * application calls this api again with the reserve parameter set to false.
264 * @param[in] reserve True if the rights should be reserved.
269 int action, bool reserve) = 0;
H A DIDrmEngine.h202 * If the reserve parameter is true the rights is reserved until the same
203 * application calls this api again with the reserve parameter set to false.
208 * @param[in] reserve True if the rights should be reserved.
213 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h190 * If the reserve parameter is true the rights are reserved until the same
191 * application calls this api again with the reserve parameter set to false.
196 * @param reserve True if the rights should be reserved.
203 bool reserve);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp115 void NamePool::reserve(NamePool::size_type pSize) function in class:NamePool
/frameworks/av/drm/drmserver/
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/rs/
H A DrsScriptGroup.cpp194 sg->mKernels.reserve(kernelCount);
199 sg->mLinks.reserve(linkCount);
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.cpp194 sg->mKernels.reserve(kernelCount);
199 sg->mLinks.reserve(linkCount);

Completed in 8748 milliseconds

12