Home
last modified time | relevance | path

Searched refs:time_to_inactive_secs (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/pixel/pixelstats/
H A DUeventListener.cpp162 int32_t time_to_inactive_secs = 0; in ReportUsbPortOverheatEvent() local
169 ReadFileToInt((kUsbPortOverheatPath + "/cleared_time"), &time_to_inactive_secs); in ReportUsbPortOverheatEvent()
176 overheat_info.set_time_to_inactive_secs(time_to_inactive_secs); in ReportUsbPortOverheatEvent()
H A DStatsHelper.cpp213 tmp.set<VendorAtomValue::intValue>(overheat_info.time_to_inactive_secs()); in reportUsbPortOverheat()
H A Dpixelatoms.proto676 optional int32 time_to_inactive_secs = 6; field
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto5339 optional int32 time_to_inactive_secs = 5; field