Searched defs:dmabuf_fd (Results 1 – 4 of 4) sorted by relevance
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_bench.c | 62 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/ |
D | BufferAllocatorWrapper.cpp | 55 int DmabufHeapCpuSyncStart(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncStart() 64 int DmabufHeapCpuSyncEnd(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncEnd()
|
D | BufferAllocator.cpp | 287 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/ |
D | apploader.cpp | 123 unique_fd dmabuf_fd(alloc.Alloc(kDmabufSystemHeapName, file_page_size)); in read_file() local
|