Home
last modified time | relevance | path

Searched defs:reserve (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h63 inline void reserve(size_t size) { in reserve() function
/aosp12/frameworks/base/core/proto/android/os/
H A Dpagetypeinfo.proto81 optional int32 reserve = 7; field
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DBatteryEEPROMReporter.h82 uint8_t reserve; member
/aosp12/bootable/recovery/otautil/
H A Dsysutil.cpp140 void* reserve = mmap(nullptr, blocks * blksize, PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0); in MapBlockFile() local
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp121 void NamePool::reserve(NamePool::size_type pSize) { in reserve() function in mcld::NamePool
/aosp12/system/keymaster/android_keymaster/
H A Dserializable.cpp75 bool Buffer::reserve(size_t size) { in reserve() function in keymaster::Buffer
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h78 void reserve(size_t pSize) { m_Pool.reserve(pSize); } in reserve() function
/aosp12/system/core/libutils/include/utils/
H A DSortedVector.h137 inline void reserve(size_t n) { setCapacity(n); } in reserve() function
H A DVector.h204 inline void reserve(size_t n) { setCapacity(n); } in reserve() function
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dbuffer_wrapper.h137 void reserve(size_type size) { buffer_.reserve(size); } in reserve() function
/aosp12/bionic/libc/bionic/
H A Dbionic_elf_tls.cpp160 size_t StaticTlsLayout::reserve(size_t size, size_t alignment) { in reserve() function in StaticTlsLayout
/aosp12/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp80 sp<DecryptHandle> &decryptHandle, int action, bool reserve) { in consumeRights()
H A DDrmManagerClientImpl.cpp168 int action, bool reserve) { in consumeRights()
/aosp12/system/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h174 bool DynamicVector<ElementType>::reserve(size_type newCapacity) { in reserve() function
/aosp12/frameworks/av/drm/common/
H A DDrmEngineBase.cpp82 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
H A DIDrmManagerService.cpp417 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
1135 const bool reserve = static_cast<bool>(data.readInt32()); in onTransact() local
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java216 private boolean reserve(int size) { in reserve() method in FrameManager.PriorityBackingCache
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp105 void MipsGOT::reserve(size_t pNum) { in reserve() function in mcld::MipsGOT
/aosp12/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp217 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
H A DDrmManager.cpp429 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
/aosp12/art/libartbase/base/
H A Dhash_set.h548 void reserve(size_t num_elements) { in reserve() function
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvirtio_crypto.h287 __le32 reserve; member
/aosp12/hardware/google/pixel/pixelstats/
H A Dpixelatoms.proto374 optional int32 reserve = 13; field
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dkvm.h103 __u8 reserve : 7; member
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java1007 int reserve = displayWidth * displayHeight * 4 * 3 / 1024; in updateOomLevels() local

12