Home
last modified time | relevance | path

Searched refs:residencyInMsecSinceBoot (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DNfccPowerTracker.cpp252 mErrorInStandbyInfo.residencyInMsecSinceBoot += error; in ProcessPowerTrackNtf()
292 mStandbyInfo.residencyInMsecSinceBoot += standbyTime; in ProcessPowerTrackNtf()
293 mActiveInfo.residencyInMsecSinceBoot += activeTime; in ProcessPowerTrackNtf()
320 << std::to_string(mActiveInfo.residencyInMsecSinceBoot) << " }" in UpdatePowerStateLog()
323 << std::to_string(mStandbyInfo.residencyInMsecSinceBoot) in UpdatePowerStateLog()
332 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()
334 (unsigned long long)mStandbyInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()
336 (unsigned long long)mErrorInStandbyInfo.residencyInMsecSinceBoot); in UpdatePowerStateLog()
373 mActiveInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()
383 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in ReadPowerStateLog()
[all …]
H A DNfccPowerTracker.h31 uint64_t residencyInMsecSinceBoot; member
/aosp12/hardware/interfaces/power/1.0/default/
H A DPower.cpp119 state.residencyInMsecSinceBoot = legacy_state.residency_in_msec_since_boot; in getPlatformLowPowerStats()
/aosp12/hardware/interfaces/power/1.1/
H A Dtypes.hal34 uint64_t residencyInMsecSinceBoot;
/aosp12/hardware/interfaces/power/1.0/
H A Dtypes.hal137 uint64_t residencyInMsecSinceBoot;