Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp136 …Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int… in Impl()
344 ImplV2(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id, int err) in ImplV2()
373 C2AllocationIon::Impl *C2AllocationIon::Impl::Import(int ionFd, size_t capacity, int bufferFd, in Import()
387 int bufferFd = -1; in Alloc() local
DC2DmaBufAllocator.cpp63 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function
275 int bufferFd = -1; in C2DmaBufAllocation() local
/frameworks/av/media/codec2/vndk/internal/
DC2HandleIonInternal.h36 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function