Searched defs:dmabuf_fd (Results 1 – 4 of 4) sorted by relevance
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 39 int DmabufSetName(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufSetName() 62 int DmabufHeapCpuSyncStart(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncStart() 71 int DmabufHeapCpuSyncEnd(BufferAllocator* buffer_allocator, unsigned int dmabuf_fd, in DmabufHeapCpuSyncEnd()
|
D | BufferAllocator.cpp | 235 int BufferAllocator::DmabufSetName(unsigned int dmabuf_fd, const std::string& name) { in DmabufSetName() 311 int BufferAllocator::LegacyIonCpuSync(unsigned int dmabuf_fd, in LegacyIonCpuSync() 330 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync() 345 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart() 355 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd()
|
/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/core/trusty/apploader/ |
D | apploader.cpp | 128 unique_fd dmabuf_fd(alloc.Alloc(kDmabufSystemHeapName, file_page_size)); in read_file() local
|