Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DNfccPowerTracker.cpp228 uint16_t sPollCount = (TIMER_COUNT_MASK & ((rsp[5] << 8) | rsp[4])); in ProcessPowerTrackNtf() local
230 "Poll/Timer count recived from FW is %d and rsp_len :%d", sPollCount, in ProcessPowerTrackNtf()
234 activeTime = sPollCount * ACTIVE_TIME_PER_TIMER_COUNT_IN_MILLISEC; in ProcessPowerTrackNtf()
254 standbyTime = (sPollCount * mStandbyTimePerDiscLoopInMillisec); in ProcessPowerTrackNtf()
264 mActiveInfo.totalTransitions += sPollCount; in ProcessPowerTrackNtf()
266 mStandbyInfo.totalTransitions += (sPollCount + 1); in ProcessPowerTrackNtf()