Home
last modified time | relevance | path

Searched defs:dmabuf_fd (Results 1 – 4 of 4) sorted by relevance

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c62 int ion_heap_alloc(int ionfd, int heap_id, size_t len, unsigned int flags, int* dmabuf_fd) { in ion_heap_alloc()
94 int dmabuf_heap_alloc(int fd, size_t len, unsigned int flags, int* dmabuf_fd) { in dmabuf_heap_alloc()
121 int ionfd = -1, dmabuf_fd = -1; in ion_heap_bench() local
171 int heap_fd = -1, dmabuf_fd = -1; in dmabuf_heap_bench() local
/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp55 int DmabufHeapCpuSyncStart(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncStart()
64 int DmabufHeapCpuSyncEnd(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncEnd()
DBufferAllocator.cpp287 int BufferAllocator::LegacyIonCpuSync(unsigned int dmabuf_fd, in LegacyIonCpuSync()
306 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync()
321 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart()
331 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd()
/system/core/trusty/apploader/
Dapploader.cpp123 unique_fd dmabuf_fd(alloc.Alloc(kDmabufSystemHeapName, file_page_size)); in read_file() local