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

12345

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposerBufferCache.cpp25 mBuffers.reserve(BufferQueue::NUM_BUFFER_SLOTS);
/frameworks/base/libs/hwui/tests/microbench/
H A DTaskManagerBench.cpp46 tasks.reserve(state.max_iterations);
59 tasks.reserve(state.max_iterations);
77 tasks.reserve(state.max_iterations);
117 tasks.reserve(state.max_iterations);
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp22 m_AttrSet.reserve(pNum);
H A DSearchDirs.cpp31 m_DirList.reserve(8);
37 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/core/proto/android/os/
H A Dpagetypeinfo.proto77 optional int32 reserve = 7;
/frameworks/minikin/tests/stresstest/
H A DMultithreadTest.cpp49 text.reserve((lettersInWord + 1) * wordsInText - 1);
95 threads.reserve(NUM_THREADS);
/frameworks/base/libs/hwui/utils/
H A DFatVector.h93 this->reserve(SIZE);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DImage.cpp42 attrs.reserve(16);
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp146 timestamps.reserve(n);
147 handles.reserve(n);
H A DICameraClient.cpp192 timestamps.reserve(n);
193 handles.reserve(n);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java277 int reserve = displayWidth * displayHeight * 4 * 3 / 1024;
282 reserve = reserve_abs;
286 reserve += reserve_adj;
287 if (reserve < 0) {
288 reserve = 0;
301 SystemProperties.set("sys.sysctl.extra_free_kbytes", Integer.toString(reserve));
/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h44 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/base/tools/streaming_proto/
H A Dstring_utils.cpp15 result.reserve(N);
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h117 void reserve(size_type pN);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dthread_local_buffer.h54 buffer_->reserve(capacity);
H A Dbuffer_wrapper.h137 void reserve(size_type size) { buffer_.reserve(size); } function in class:android::pdx::rpc::BufferWrapper
/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/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;
/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
/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.h78 void reserve(size_t pSize) { m_Pool.reserve(pSize); } function in class:mcld::KeyEntryMap

Completed in 625 milliseconds

12345