Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/memory_utils/libdmabufheap/test/unittest/libdmabufheap/
H A 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
/ohos5.0/commonlibrary/memory_utils/libdmabufheap/src/
H A Ddmabuf_alloc.c88 int DmabufHeapBufferAlloc(unsigned int heapFd, DmabufHeapBuffer *buffer) in DmabufHeapBufferAlloc()