Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp78 tmp.set<VendorAtomValue::intValue>(last_count.ocp_cpu1_count - prev_count.ocp_cpu1_count); in logMitigationStatsPerHour()
169 &(last_count->ocp_cpu1_count))) in logMitigationCount()
171 send_stats |= (last_count->ocp_cpu1_count - prev_count.ocp_cpu1_count) > 0; in logMitigationCount()
Dpixelatoms.proto739 optional int32 ocp_cpu1_count = 6; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h49 int ocp_cpu1_count; member