Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp76 tmp.set<VendorAtomValue::intValue>(last_count.smpl_warn_count - prev_count.smpl_warn_count); in logMitigationStatsPerHour()
185 &(last_count->smpl_warn_count))) in logMitigationCount()
187 send_stats |= (last_count->smpl_warn_count - prev_count.smpl_warn_count) > 0; in logMitigationCount()
Dpixelatoms.proto737 optional int32 smpl_warn_count = 5; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h48 int smpl_warn_count; member