Searched refs:typeKey (Results 1 – 2 of 2) sorted by relevance
414 String typeKey = FrameType.keyValueForType(elementId, dimensions, accessHints, clazz); in fetchType() local415 FrameType type = mTypeCache.get(typeKey); in fetchType()418 mTypeCache.put(typeKey, type); in fetchType()
1663 std::string typeKey = keyPrefix + ".type"; in getFormatForDomain() local1667 if (msg->findInt32(typeKey.c_str(), &type) in getFormatForDomain()1671 msg->removeEntryAt(msg->findEntryByName(typeKey.c_str())); in getFormatForDomain()