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

12

/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/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 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/native/include/utils/
H A DVector.h186 inline void reserve(size_t n) { setCapacity(n); } function in class:android::Vector
/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
/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/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp311 // Emit an entry count so the reader can reserve space.
1718 Buffer.reserve(256*1024);
1720 // If this is darwin or another generic macho target, reserve space for the
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp250 // Emit an entry count so the reader can reserve space.
1735 Buffer.reserve(256*1024);
1737 // If this is darwin or another generic macho target, reserve space for the
/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.

Completed in 232 milliseconds

12