Home
last modified time | relevance | path

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

/commonlibrary/memory_utils/libdmabufheap/include/
H A Ddmabuf_alloc.h42 } 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 Ddmabuf_alloc_test.cpp85 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 Ddmabuf_alloc.c57 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 2 milliseconds