Searched refs:mActiveInfo (Results 1 – 2 of 2) sorted by relevance
187 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() argument320 << 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 …]
188 NfccPowerStateInfo_t mActiveInfo, mStandbyInfo, mErrorInStandbyInfo; variable