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

12

/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/include/
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 DDrmManagerService.h81 status_t consumeRights(int uniqueId, 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/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/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/include/
H A DDrmPassthruPlugIn.h56 status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
/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
/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/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/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp108 TyInfo.reserve(FilterLength - 1);
887 // type list. This allows us to reserve space.
1133 // type list. This allows us to reserve space.
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h96 void reserve(size_type pN);
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/include/mcld/MC/
H A DAttributeFactory.h40 // reserve - reserve the memory space for attributes
42 void reserve(size_t pNum);
/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);
H A DSearchDirs.cpp29 m_DirList.reserve(8);

Completed in 241 milliseconds

12