Searched refs:reserve (Results 1 - 25 of 45) 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.cpp414 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
424 data.writeInt32(static_cast< int>(reserve));
1117 const bool reserve = static_cast<bool>(data.readInt32()); local
1119 = consumeRights(uniqueId, &handle, action, reserve);
413 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp275 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
280 result = drmEngine->consumeRights(uniqueId, decryptHandle, action, reserve);
274 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
H A DDrmManagerService.cpp152 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
157 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
151 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
H A DNoOpDrmManagerClientImpl.cpp72 status_t NoOpDrmManagerClientImpl::consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve) { argument
/frameworks/av/drm/libdrmframework/include/
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);
H A DDrmManagerService.h79 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
H A DIDrmManagerService.h118 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
206 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
H A DNoOpDrmManagerClientImpl.h44 status_t consumeRights(int uniqueId, sp<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.cpp185 int action, bool reserve) {
184 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.java786 final int index = reserve(valueLength);
806 int index = reserve(11);
864 private int reserve(int length) { method in class:PointerLocationView.FasterStringBuilder
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp59 dest.reserve(source.size() + dest.size());
/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/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/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp108 TyInfo.reserve(FilterLength - 1);
848 // type list. This allows us to reserve space.
1098 // type list. This allows us to reserve space.
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp45 s.reserve(SHA1_DIGEST_LENGTH + 1);

Completed in 326 milliseconds

12