Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp95 tmp.set<VendorAtomValue::intValue>(last_count.soft_ocp_tpu_count - in logMitigationStatsPerHour()
96 prev_count.soft_ocp_tpu_count); in logMitigationStatsPerHour()
201 &(last_count->soft_ocp_tpu_count))) in logMitigationCount()
203 send_stats |= (last_count->soft_ocp_tpu_count - prev_count.soft_ocp_tpu_count) > 0; in logMitigationCount()
Dpixelatoms.proto753 optional int32 soft_ocp_tpu_count = 13; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h55 int soft_ocp_tpu_count; member