Searched refs:mHandleType (Results 1 – 2 of 2) sorted by relevance
125 : mImporter(importer), mHandleType(type), mHandles(cacheSize, nullptr) {} in ComposerHandleCache()131 switch (mHandleType) { in ~ComposerHandleCache()149 if (mHandleType != HandleType::INVALID) { in initCache()153 mHandleType = type; in initCache()
87 HandleType mHandleType = HandleType::INVALID; variable