Searched refs:mHandleType (Results 1 – 1 of 1) sorted by relevance
135 : mImporter(importer), mHandleType(type), mHandles(cacheSize, nullptr) {} in ComposerHandleCache()141 switch (mHandleType) { in ~ComposerHandleCache()162 if (mHandleType != HandleType::INVALID) { in initCache()166 mHandleType = type; in initCache()207 HandleType mHandleType = HandleType::INVALID; variable