Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/utils/
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()
376 mStandbyInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()
[all …]
DNfccPowerTracker.h31 uint64_t residencyInMsecSinceBoot; member
/hardware/interfaces/power/1.0/default/
DPower.cpp119 state.residencyInMsecSinceBoot = legacy_state.residency_in_msec_since_boot; in getPlatformLowPowerStats()
/hardware/interfaces/power/1.1/
Dtypes.hal34 uint64_t residencyInMsecSinceBoot;
/hardware/interfaces/power/1.0/
Dtypes.hal137 uint64_t residencyInMsecSinceBoot;