/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | utility.h | 63 inline void reserve(size_t size) { in reserve() function
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | pagetypeinfo.proto | 81 optional int32 reserve = 7; field
|
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/ |
H A D | BatteryEEPROMReporter.h | 82 uint8_t reserve; member
|
/aosp12/bootable/recovery/otautil/ |
H A D | sysutil.cpp | 140 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 D | NamePool.cpp | 121 void NamePool::reserve(NamePool::size_type pSize) { in reserve() function in mcld::NamePool
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | serializable.cpp | 75 bool Buffer::reserve(size_t size) { in reserve() function in keymaster::Buffer
|
/aosp12/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | KeyEntryMap.h | 78 void reserve(size_t pSize) { m_Pool.reserve(pSize); } in reserve() function
|
/aosp12/system/core/libutils/include/utils/ |
H A D | SortedVector.h | 137 inline void reserve(size_t n) { setCapacity(n); } in reserve() function
|
H A D | Vector.h | 204 inline void reserve(size_t n) { setCapacity(n); } in reserve() function
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | buffer_wrapper.h | 137 void reserve(size_type size) { buffer_.reserve(size); } in reserve() function
|
/aosp12/bionic/libc/bionic/ |
H A D | bionic_elf_tls.cpp | 160 size_t StaticTlsLayout::reserve(size_t size, size_t alignment) { in reserve() function in StaticTlsLayout
|
/aosp12/frameworks/av/drm/libdrmframework/ |
H A D | DrmManagerClient.cpp | 80 sp<DecryptHandle> &decryptHandle, int action, bool reserve) { in consumeRights()
|
H A D | DrmManagerClientImpl.cpp | 168 int action, bool reserve) { in consumeRights()
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | dynamic_vector_impl.h | 174 bool DynamicVector<ElementType>::reserve(size_type newCapacity) { in reserve() function
|
/aosp12/frameworks/av/drm/common/ |
H A D | DrmEngineBase.cpp | 82 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
|
H A D | IDrmManagerService.cpp | 417 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 D | FrameManager.java | 216 private boolean reserve(int size) { in reserve() method in FrameManager.PriorityBackingCache
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsGOT.cpp | 105 void MipsGOT::reserve(size_t pNum) { in reserve() function in mcld::MipsGOT
|
/aosp12/frameworks/av/drm/drmserver/ |
H A D | DrmManagerService.cpp | 217 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
|
H A D | DrmManager.cpp | 429 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
|
/aosp12/art/libartbase/base/ |
H A D | hash_set.h | 548 void reserve(size_t num_elements) { in reserve() function
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | virtio_crypto.h | 287 __le32 reserve; member
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | pixelatoms.proto | 374 optional int32 reserve = 13; field
|
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | kvm.h | 103 __u8 reserve : 7; member
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 1007 int reserve = displayWidth * displayHeight * 4 * 3 / 1024; in updateOomLevels() local
|