Home
last modified time | relevance | path

Searched refs:ion_heap_data (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/google/graphics/common/libion/test/
H A Dmap_test.cpp31 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F()
58 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F()
92 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F()
120 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F()
162 struct ion_heap_data *heap = (struct ion_heap_data *)m_heap_query.heaps; in TEST_F()
H A Dion_test_fixture.cpp52 m_ionHeapData = new ion_heap_data[ION_NUM_HEAP_IDS]; in SetUp()
58 memset(m_ionHeapData, 0, sizeof(ion_heap_data) * ION_NUM_HEAP_IDS); in SetUp()
H A Dion_test_fixture.h36 struct ion_heap_data *m_ionHeapData;
/aosp12/system/memory/libion/tests/
H A Dinvalid_values_test.cpp77 std::unique_ptr<struct ion_heap_data[]> heaps = in TEST_F()
78 std::make_unique<struct ion_heap_data[]>(heap_count); in TEST_F()
H A Dion_test_fixture.h33 std::vector<struct ion_heap_data> ion_heaps;
/aosp12/system/memory/libion/original-kernel-headers/linux/
H A Dion_4.12.h60 struct ion_heap_data { struct
H A Dion_4.19.h88 struct ion_heap_data { struct
/aosp12/system/memory/libion/kernel-headers/linux/
H A Dion_4.12.h32 struct ion_heap_data { struct
H A Dion_4.19.h44 struct ion_heap_data { struct
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dion.h54 struct ion_heap_data { struct
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dion.h139 struct ion_heap_data { struct
/aosp12/hardware/google/graphics/common/libion/
H A Dion_uapi.h86 struct ion_heap_data { struct
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/
H A DBufferAllocator.h221 std::vector<struct ion_heap_data> ion_heap_info_;
/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_bench.c123 struct ion_heap_data heap_data[MAX_HEAP_COUNT]; in ion_heap_bench()
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabufinfo_test.cpp48 struct ion_heap_data { struct
549 std::vector<ion_heap_data> heaps; in get_ion_heap_mask()