Searched refs:mActiveInfo (Results 1 – 2 of 2) sorted by relevance
178 mActiveInfo.totalTransitions++; in ProcessNtf()253 mActiveInfo.totalTransitions++; in ProcessPowerTrackNtf()265 mActiveInfo.totalTransitions += sPollCount; in ProcessPowerTrackNtf()285 mActiveInfo.residencyInMsecSinceBoot += activeTime; in ProcessPowerTrackNtf()286 UpdatePowerStateLog(mStandbyInfo, mActiveInfo); in ProcessPowerTrackNtf()299 NfccPowerStateInfo_t mActiveInfo) { in UpdatePowerStateLog() argument312 << std::to_string(mActiveInfo.residencyInMsecSinceBoot) << " }" in UpdatePowerStateLog()324 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()325 (unsigned long long)mActiveInfo.totalTransitions, in UpdatePowerStateLog()365 mActiveInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()[all …]
188 NfccPowerStateInfo_t mActiveInfo, mStandbyInfo, mErrorInStandbyInfo; variable