Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.c45 BufferAllocator* bufferAllocator = CreateDmabufHeapBufferAllocator(); in libdmabufheaptest() local
46 if (!bufferAllocator) { in libdmabufheaptest()
57 ret = MapDmabufHeapNameToIonHeap(bufferAllocator, kDmabufSystemHeapName, in libdmabufheaptest()
66 fd = DmabufHeapAlloc(bufferAllocator, kDmabufSystemHeapName, len, 0); in libdmabufheaptest()
78 ret = DmabufHeapCpuSyncStart(bufferAllocator, fd, kSyncReadWrite, in libdmabufheaptest()
97 ret = DmabufHeapCpuSyncEnd(bufferAllocator, fd, in libdmabufheaptest()
107 FreeDmabufHeapBufferAllocator(bufferAllocator); in libdmabufheaptest()