Home
last modified time | relevance | path

Searched refs:mActiveInfo (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/pn8x/halimpl/utils/
DNfccPowerTracker.cpp187 mActiveInfo.totalTransitions++; in ProcessNtf()
261 mActiveInfo.totalTransitions++; in ProcessPowerTrackNtf()
273 mActiveInfo.totalTransitions += sPollCount; in ProcessPowerTrackNtf()
293 mActiveInfo.residencyInMsecSinceBoot += activeTime; in ProcessPowerTrackNtf()
294 UpdatePowerStateLog(mStandbyInfo, mActiveInfo); in ProcessPowerTrackNtf()
307 NfccPowerStateInfo_t mActiveInfo) { in UpdatePowerStateLog() argument
320 << std::to_string(mActiveInfo.residencyInMsecSinceBoot) << " }" in UpdatePowerStateLog()
332 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()
333 (unsigned long long)mActiveInfo.totalTransitions, in UpdatePowerStateLog()
373 mActiveInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()
[all …]
DNfccPowerTracker.h188 NfccPowerStateInfo_t mActiveInfo, mStandbyInfo, mErrorInStandbyInfo; variable