Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DBufferHubMetadata.cpp55 unique_fd ashmemFd{fd}; in create() local
66 BufferHubMetadata BufferHubMetadata::import(unique_fd ashmemFd) { in import()
89 BufferHubMetadata::BufferHubMetadata(size_t userMetadataSize, unique_fd ashmemFd, in BufferHubMetadata()
DBufferHubBuffer.cpp170 unique_fd ashmemFd(fcntl(bufferTraits.bufferInfo->data[0], F_DUPFD_CLOEXEC, 0)); in initWithBufferTraits() local
/frameworks/native/libs/ui/include/ui/
DBufferHubMetadata.h71 const unique_fd& ashmemFd() const { return mAshmemFd; } in ashmemFd() function
/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
/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