Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp80 tmp.set<VendorAtomValue::intValue>(last_count.ocp_cpu2_count - prev_count.ocp_cpu2_count); in logMitigationStatsPerHour()
173 &(last_count->ocp_cpu2_count))) in logMitigationCount()
175 send_stats |= (last_count->ocp_cpu2_count - prev_count.ocp_cpu2_count) > 0; in logMitigationCount()
Dpixelatoms.proto741 optional int32 ocp_cpu2_count = 7; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h50 int ocp_cpu2_count; member