Home
last modified time | relevance | path

Searched refs:mIonFd (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp167 : mIonFd(ionFd), in Impl()
175 if (mIonFd >= 0) { in Impl()
176 close(mIonFd); in Impl()
177 mIonFd = -1; in Impl()
285 (void)ion_free(mIonFd, mBuffer); in ~Impl()
289 if (mIonFd >= 0) { in ~Impl()
290 close(mIonFd); in ~Impl()
315 int ret = ion_map(mIonFd, mBuffer, mapSize, prot, in mapInternal()
319 mIonFd, mBuffer, mapSize, prot, flags, mapOffset, ret); in mapInternal()
342 int mIonFd; member in android::C2AllocationIon::Impl
[all …]
/frameworks/av/media/codec2/vndk/include/
DC2AllocatorIon.h83 int mIonFd; variable