Searched defs:bufferFd (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 136 …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
|
D | C2DmaBufAllocator.cpp | 63 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function 275 int bufferFd = -1; in C2DmaBufAllocation() local
|
/frameworks/av/media/codec2/vndk/internal/ |
D | C2HandleIonInternal.h | 36 int bufferFd() const { return mFds.mBuffer; } in bufferFd() function
|