Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DNfccPowerTracker.cpp178 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()
[all …]
DNfccPowerTracker.h188 NfccPowerStateInfo_t mActiveInfo, mStandbyInfo, mErrorInStandbyInfo; variable