Home
last modified time | relevance | path

Searched refs:soft_ocp_cpu2_count (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp89 tmp.set<VendorAtomValue::intValue>(last_count.soft_ocp_cpu2_count - in logMitigationStatsPerHour()
90 prev_count.soft_ocp_cpu2_count); in logMitigationStatsPerHour()
193 &(last_count->soft_ocp_cpu2_count))) in logMitigationCount()
195 send_stats |= (last_count->soft_ocp_cpu2_count - prev_count.soft_ocp_cpu2_count) > 0; in logMitigationCount()
Dpixelatoms.proto749 optional int32 soft_ocp_cpu2_count = 11; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h54 int soft_ocp_cpu2_count; member