Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp86 tmp.set<VendorAtomValue::intValue>(last_count.soft_ocp_cpu1_count - in logMitigationStatsPerHour()
87 prev_count.soft_ocp_cpu1_count); in logMitigationStatsPerHour()
189 &(last_count->soft_ocp_cpu1_count))) in logMitigationCount()
191 send_stats |= (last_count->soft_ocp_cpu1_count - prev_count.soft_ocp_cpu1_count) > 0; in logMitigationCount()
Dpixelatoms.proto747 optional int32 soft_ocp_cpu1_count = 10; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h53 int soft_ocp_cpu1_count; member