Searched refs:mHandleType (Results 1 – 2 of 2) sorted by relevance
80 : mImporter(importer), mHandleType(type), mHandles(cacheSize, nullptr) {} in ComposerHandleCache()86 switch (mHandleType) { in ~ComposerHandleCache()108 if (mHandleType != HandleType::INVALID) { in initCache()112 mHandleType = type; in initCache()
85 HandleType mHandleType = HandleType::INVALID; variable