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
117 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
173 int heapFd = DmabufHeapOpen(invalidName.c_str()); variable
187 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
202 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
228 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
252 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
284 int heapFd = DmabufHeapOpen(heapName.c_str()); variable
/commonlibrary/memory_utils/libdmabufheap/src/
Ddmabuf_alloc.c93 int DmabufHeapBufferAlloc(unsigned int heapFd, DmabufHeapBuffer *buffer) in DmabufHeapBufferAlloc()