Searched refs:aligned_buf_alloc (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | AlignedBuf.cpp | 20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc() function
|
D | AlignedBuf.h | 150 void* aligned_buf_alloc(size_t align, size_t size);
|
/hardware/google/aemu/base/ |
D | AlignedBuf.cpp | 20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc() function
|
D | AlignedBuf_unittest.cpp | 25 using android::aligned_buf_alloc; 169 void* buf = aligned_buf_alloc(alignmentsToTest[i], sizesToTest[j]); in TEST()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | AlignedBuf.h | 147 void* aligned_buf_alloc(size_t align, size_t size);
|
/hardware/google/aemu/host-common/ |
D | address_space_host_media.cpp | 110 mHostBuffer = android::aligned_buf_alloc(kAlignment, num_pages * 4096); in allocatePages()
|
D | address_space_host_memory_allocator.cpp | 68 void *host_ptr = android::aligned_buf_alloc(k_alloc_alignment, aligned_size); in allocate_impl()
|
D | HostAddressSpace_unittest.cpp | 201 auto buf = aligned_buf_alloc(4096, 4096); in TEST_F()
|
D | address_space_shared_slots_host_memory_allocator.cpp | 96 bits = android::aligned_buf_alloc(kAllocAlignment, sz); in MemBlock() 254 void* const bits = android::aligned_buf_alloc(kAllocAlignment, bitsSize); in load()
|
D | address_space_graphics.cpp | 436 buf = aligned_buf_alloc(ADDRESS_SPACE_GRAPHICS_PAGE_SIZE, create.size); in fillBlockLocked() 492 aligned_buf_alloc( in fillBlockLocked()
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 261 : addr(android::aligned_buf_alloc(align, size)) {} in AlignedMemory()
|