Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp84 tmp.set<VendorAtomValue::intValue>(last_count.ocp_tpu_count - prev_count.ocp_tpu_count); in logMitigationStatsPerHour()
181 &(last_count->ocp_tpu_count))) in logMitigationCount()
183 send_stats |= (last_count->ocp_tpu_count - prev_count.ocp_tpu_count) > 0; in logMitigationCount()
Dpixelatoms.proto745 optional int32 ocp_tpu_count = 9; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h51 int ocp_tpu_count; member