Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DCursorWindow.cpp33 CursorWindow::CursorWindow(const String8& name, int ashmemFd, in CursorWindow()
49 int ashmemFd = ashmem_create_region(ashmemName.string(), size); in create() local
96 int ashmemFd = parcel->readFileDescriptor(); in createFromParcel() local
/frameworks/av/media/bufferpool/1.0/vts/
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
/frameworks/av/media/bufferpool/2.0/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