Home
last modified time | relevance | path

Searched refs:heapFlags (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/memory_utils/libdmabufheap/test/unittest/libdmabufheap/
H A Ddmabuf_alloc_test.cpp85 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F()
89 __u64 ownerId = get_owner_id_from_heap_flags(buffer.heapFlags); in HWTEST_F()
120 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F()
205 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F()
231 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F()
255 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F()
287 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F()
/commonlibrary/memory_utils/libdmabufheap/src/
H A Ddmabuf_alloc.c60 set_owner_id_for_heap_flags(&buffer->heapFlags, ownerId); in SetOwnerIdForHeapFlags()
103 .heap_flags = buffer->heapFlags, in DmabufHeapBufferAlloc()
/commonlibrary/memory_utils/libdmabufheap/include/
H A Ddmabuf_alloc.h41 __u64 heapFlags; member

Completed in 2 milliseconds