Home
last modified time | relevance | path

Searched refs:heapFlags (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/memory_utils/libdmabufheap/test/unittest/libdmabufheap/
H A Ddmabuf_alloc_test.cpp85 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
89 __u64 ownerId = get_owner_id_from_heap_flags(buffer.heapFlags);
120 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
205 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
231 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
255 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
287 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 };
/ohos5.0/commonlibrary/memory_utils/libdmabufheap/src/
H A Ddmabuf_alloc.c59 set_owner_id_for_heap_flags(&buffer->heapFlags, ownerId); in SetOwnerIdForHeapFlags()
102 .heap_flags = buffer->heapFlags, in DmabufHeapBufferAlloc()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddmabufferheap_allocator.cpp39 buffer.heapFlags = 0; in Allocate()
/ohos5.0/commonlibrary/memory_utils/libdmabufheap/include/
H A Ddmabuf_alloc.h41 __u64 heapFlags; member
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_unit_test.cpp78 DmabufHeapBuffer dmaBuffer = {.size = capacity_, .heapFlags = 0}; in CreateLocalHardwareMem()
93 DmabufHeapBuffer dmaBuffer = {.size = capacity_, .heapFlags = 0}; in CreateLocalHardwareMemSecure()
108 DmabufHeapBuffer dmaBuffer = {.size = capacity_, .heapFlags = 0}; in CreateLocalHardwareMemByConfig()
H A Davbuffer_func_unit_test.cpp294 DmabufHeapBuffer dmaBuffer = {.size = capacity_, .heapFlags = 0};