Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp130 …Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int… in Impl()
334 ImplV2(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id, int err) in ImplV2()
363 C2AllocationIon::Impl *C2AllocationIon::Impl::Import(int ionFd, size_t capacity, int bufferFd, in Import()
377 int bufferFd = -1; in Alloc() local
/frameworks/av/media/codec2/vndk/internal/
DC2HandleIonInternal.h33 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function