Home
last modified time | relevance | path

Searched defs:heapFd (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/memory_utils/libdmabufheap/test/unittest/libdmabufheap/
Ddmabuf_alloc_test.cpp82 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
110 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
166 int heapFd = DmabufHeapOpen(invalidName.c_str()); variable
180 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
195 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
221 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
245 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
277 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
/commonlibrary/memory_utils/libdmabufheap/src/
Ddmabuf_alloc.c76 int DmabufHeapBufferAlloc(unsigned int heapFd, DmabufHeapBuffer *buffer) in DmabufHeapBufferAlloc()