Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DUeventListener.cpp161 int32_t time_to_overheat_secs = 0; in ReportUsbPortOverheatEvent() local
168 ReadFileToInt((kUsbPortOverheatPath + "/trip_time"), &time_to_overheat_secs); in ReportUsbPortOverheatEvent()
175 overheat_info.set_time_to_overheat_secs(time_to_overheat_secs); in ReportUsbPortOverheatEvent()
DStatsHelper.cpp197 tmp.set<VendorAtomValue::intValue>(overheat_info.time_to_overheat_secs()); in reportUsbPortOverheat()
Dpixelatoms.proto864 optional int32 time_to_overheat_secs = 4; field