Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp92 tmp.set<VendorAtomValue::intValue>(last_count.soft_ocp_gpu_count - in logMitigationStatsPerHour()
93 prev_count.soft_ocp_gpu_count); in logMitigationStatsPerHour()
197 &(last_count->soft_ocp_gpu_count))) in logMitigationCount()
199 send_stats |= (last_count->soft_ocp_gpu_count - prev_count.soft_ocp_gpu_count) > 0; in logMitigationCount()
Dpixelatoms.proto751 optional int32 soft_ocp_gpu_count = 12; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h56 int soft_ocp_gpu_count; member