Searched refs:DmabufHeapBuffer (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/memory_utils/libdmabufheap/include/ |
H A D | dmabuf_alloc.h | 42 } DmabufHeapBuffer; typedef 51 void SetOwnerIdForHeapFlags(DmabufHeapBuffer *buffer, enum DmaHeapFlagOwnerId ownerId); 57 int DmabufHeapBufferAlloc(unsigned int heapFd, DmabufHeapBuffer *buffer); 59 int DmabufHeapBufferFree(DmabufHeapBuffer *buffer);
|
/commonlibrary/memory_utils/libdmabufheap/test/unittest/libdmabufheap/ |
H A D | dmabuf_alloc_test.cpp | 85 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F() 120 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; in HWTEST_F() 190 DmabufHeapBuffer buffer = { .size = 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 D | dmabuf_alloc.c | 57 void SetOwnerIdForHeapFlags(DmabufHeapBuffer *buffer, enum DmaHeapFlagOwnerId ownerId) in SetOwnerIdForHeapFlags() 89 int DmabufHeapBufferAlloc(unsigned int heapFd, DmabufHeapBuffer *buffer) in DmabufHeapBufferAlloc() 115 int DmabufHeapBufferFree(DmabufHeapBuffer *buffer) in DmabufHeapBufferFree()
|
Completed in 3 milliseconds