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

12

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h41 void reserve(size_t pNum = 1);
H A DMipsGOTPLT.cpp32 void MipsGOTPLT::reserve(size_t pNum) function in class:mcld::MipsGOTPLT
H A DMipsGOT.cpp102 void MipsGOT::reserve(size_t pNum) function in class:MipsGOT
124 reserve(it->m_LocalNum);
126 reserve(it->m_GlobalNum);
132 reserve(getGlobalNum() - it->m_GlobalNum);
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp20 m_AttrSet.reserve(pNum);
H A DSearchDirs.cpp31 m_DirList.reserve(8);
38 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);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java275 int reserve = displayWidth * displayHeight * 4 * 3 / 1024;
280 reserve = reserve_abs;
284 reserve += reserve_adj;
285 if (reserve < 0) {
286 reserve = 0;
299 SystemProperties.set("sys.sysctl.extra_free_kbytes", Integer.toString(reserve));
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h79 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
H A DNoOpDrmManagerClientImpl.h44 status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
H A DDrmManager.h92 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 virtual status_t consumeRights(int uniqueId, sp<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/compile/mclinker/include/mcld/LD/
H A DNamePool.h129 void reserve(size_type pN);
/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 DNoOpDrmManagerClientImpl.cpp72 status_t NoOpDrmManagerClientImpl::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/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/include/mcld/Target/
H A DKeyEntryMap.h82 void reserve(size_t pSize) { m_Pool.reserve(pSize); } function in class:mcld::KeyEntryMap
/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/base/libs/hwui/
H A DAnimatorManager.cpp59 dest.reserve(source.size() + dest.size());

Completed in 286 milliseconds

12