Searched defs:ashmemFd (Results 1 – 2 of 2) sorted by relevance
40 int ashmemFd() const { return mFds.mAshmem; } in ashmemFd() function85 AllocationAshmem(int ashmemFd, size_t capacity, bool res) in AllocationAshmem()92 int ashmemFd = ashmem_create_region(kAllocationTag, size); in Alloc() local
142 ::android::status_t DriverMmapStubImpl::initSharedMemory(int ashmemFd) { in initSharedMemory()