Searched refs:appStatsKey (Results 1 – 1 of 1) sorted by relevance
123 const std::string appStatsKey = appPackageName + std::to_string(driverVersionCode); in insertDriverStats() local124 if (!mAppStats.count(appStatsKey)) { in insertDriverStats()134 mAppStats.insert({appStatsKey, appInfo}); in insertDriverStats()138 addLoadingTime(driver, driverLoadingTime, &mAppStats[appStatsKey]); in insertDriverStats()146 const std::string appStatsKey = appPackageName + std::to_string(driverVersionCode); in insertTargetStats() local150 if (!mAppStats.count(appStatsKey)) { in insertTargetStats()156 mAppStats[appStatsKey].cpuVulkanInUse = true; in insertTargetStats()159 mAppStats[appStatsKey].falsePrerotation = true; in insertTargetStats()162 mAppStats[appStatsKey].gles1InUse = true; in insertTargetStats()