Searched refs:ImplV2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 143 class ImplV2; 356 class C2AllocationIon::ImplV2 : public C2AllocationIon::Impl { class in android::C2AllocationIon 370 ImplV2(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id, int err) in ImplV2() function in android::C2AllocationIon::ImplV2 374 virtual ~ImplV2() = default; 407 return new ImplV2(ionFd, capacity, bufferFd, id, ret); in Import() 439 return new ImplV2(ionFd, alignedSize, bufferFd, id, ret); in Alloc()
|