Lines Matching refs:ele
245 for (const auto& ele : mGlobalStats) { in dumpGlobalLocked() local
246 result->append(ele.second.toString()); in dumpGlobalLocked()
252 for (const auto& ele : mAppStats) { in dumpAppLocked() local
253 result->append(ele.second.toString()); in dumpAppLocked()
278 for (const auto& ele : value) { in int64VectorToProtoByteString() local
281 (long long)ele); in int64VectorToProtoByteString()
293 for (const auto& ele : mAppStats) { in pullAppInfoAtom() local
296 AStatsEvent_writeString(event, ele.second.appPackageName.c_str()); in pullAppInfoAtom()
297 AStatsEvent_writeInt64(event, ele.second.driverVersionCode); in pullAppInfoAtom()
299 std::string bytes = int64VectorToProtoByteString(ele.second.glDriverLoadingTime); in pullAppInfoAtom()
302 bytes = int64VectorToProtoByteString(ele.second.vkDriverLoadingTime); in pullAppInfoAtom()
305 bytes = int64VectorToProtoByteString(ele.second.angleDriverLoadingTime); in pullAppInfoAtom()
308 AStatsEvent_writeBool(event, ele.second.cpuVulkanInUse); in pullAppInfoAtom()
309 AStatsEvent_writeBool(event, ele.second.falsePrerotation); in pullAppInfoAtom()
310 AStatsEvent_writeBool(event, ele.second.gles1InUse); in pullAppInfoAtom()
328 for (const auto& ele : mGlobalStats) { in pullGlobalInfoAtom() local
331 AStatsEvent_writeString(event, ele.second.driverPackageName.c_str()); in pullGlobalInfoAtom()
332 AStatsEvent_writeString(event, ele.second.driverVersionName.c_str()); in pullGlobalInfoAtom()
333 AStatsEvent_writeInt64(event, ele.second.driverVersionCode); in pullGlobalInfoAtom()
334 AStatsEvent_writeInt64(event, ele.second.driverBuildTime); in pullGlobalInfoAtom()
335 AStatsEvent_writeInt64(event, ele.second.glLoadingCount); in pullGlobalInfoAtom()
336 AStatsEvent_writeInt64(event, ele.second.glLoadingFailureCount); in pullGlobalInfoAtom()
337 AStatsEvent_writeInt64(event, ele.second.vkLoadingCount); in pullGlobalInfoAtom()
338 AStatsEvent_writeInt64(event, ele.second.vkLoadingFailureCount); in pullGlobalInfoAtom()
339 AStatsEvent_writeInt32(event, ele.second.vulkanVersion); in pullGlobalInfoAtom()
340 AStatsEvent_writeInt32(event, ele.second.cpuVulkanVersion); in pullGlobalInfoAtom()
341 AStatsEvent_writeInt32(event, ele.second.glesVersion); in pullGlobalInfoAtom()
342 AStatsEvent_writeInt64(event, ele.second.angleLoadingCount); in pullGlobalInfoAtom()
343 AStatsEvent_writeInt64(event, ele.second.angleLoadingFailureCount); in pullGlobalInfoAtom()