Lines Matching refs:mActiveInfo
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() argument
312 << 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()
375 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in ReadPowerStateLog()