Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/tests/
Dallocator.cpp40 int ashmemFd() const { return mFds.mAshmem; } in ashmemFd() function
85 AllocationAshmem(int ashmemFd, size_t capacity, bool res) in AllocationAshmem()
92 int ashmemFd = ashmem_create_region(kAllocationTag, size); in Alloc() local