Searched refs:mMappings (Results 1 – 1 of 1) sorted by relevance
234 if (!mMappings.empty()) { in map()286 mMappings.push_back(map); in map()292 if (mMapFd < 0 || mMappings.empty()) { in unmap()296 for (auto it = mMappings.begin(); it != mMappings.end(); ++it) { in unmap()309 (void)mMappings.erase(it); in unmap()318 if (!mMappings.empty()) { in ~Impl()320 for (const Mapping &map : mMappings) { in ~Impl()365 std::list<Mapping> mMappings; member in android::C2AllocationIon::Impl