Home
last modified time | relevance | path

Searched refs:aligned_buf_alloc (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAlignedBuf.cpp20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc() function
DAlignedBuf.h150 void* aligned_buf_alloc(size_t align, size_t size);
/hardware/google/aemu/base/
DAlignedBuf.cpp20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc() function
DAlignedBuf_unittest.cpp25 using android::aligned_buf_alloc;
169 void* buf = aligned_buf_alloc(alignmentsToTest[i], sizesToTest[j]); in TEST()
/hardware/google/aemu/base/include/aemu/base/
DAlignedBuf.h147 void* aligned_buf_alloc(size_t align, size_t size);
/hardware/google/aemu/host-common/
Daddress_space_host_media.cpp110 mHostBuffer = android::aligned_buf_alloc(kAlignment, num_pages * 4096); in allocatePages()
Daddress_space_host_memory_allocator.cpp68 void *host_ptr = android::aligned_buf_alloc(k_alloc_alignment, aligned_size); in allocate_impl()
DHostAddressSpace_unittest.cpp201 auto buf = aligned_buf_alloc(4096, 4096); in TEST_F()
Daddress_space_shared_slots_host_memory_allocator.cpp96 bits = android::aligned_buf_alloc(kAllocAlignment, sz); in MemBlock()
254 void* const bits = android::aligned_buf_alloc(kAllocAlignment, bitsSize); in load()
Daddress_space_graphics.cpp436 buf = aligned_buf_alloc(ADDRESS_SPACE_GRAPHICS_PAGE_SIZE, create.size); in fillBlockLocked()
492 aligned_buf_alloc( in fillBlockLocked()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp261 : addr(android::aligned_buf_alloc(align, size)) {} in AlignedMemory()