Searched refs:time_to_overheat_secs (Results 1 – 3 of 3) sorted by relevance
161 int32_t time_to_overheat_secs = 0; in ReportUsbPortOverheatEvent() local168 ReadFileToInt((kUsbPortOverheatPath + "/trip_time"), &time_to_overheat_secs); in ReportUsbPortOverheatEvent()175 overheat_info.set_time_to_overheat_secs(time_to_overheat_secs); in ReportUsbPortOverheatEvent()
197 tmp.set<VendorAtomValue::intValue>(overheat_info.time_to_overheat_secs()); in reportUsbPortOverheat()
864 optional int32 time_to_overheat_secs = 4; field