Home
last modified time | relevance | path

Searched refs:aligned_size (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp66 const uint64_t aligned_size = align(size, (*m_hw->getGuestPageSize)()); in allocate_impl() local
68 void *host_ptr = android::aligned_buf_alloc(k_alloc_alignment, aligned_size); in allocate_impl()
70 auto r = m_paddr2ptr.insert({phys_addr, {host_ptr, aligned_size}}); in allocate_impl()
72 if (m_ops->add_memory_mapping(phys_addr, host_ptr, aligned_size)) { in allocate_impl()
/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.h187 unsigned int *aligned_size) = nullptr;