Searched refs:mIonFd (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 167 : 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/ |
D | C2AllocatorIon.h | 83 int mIonFd; variable
|