Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/utils/
DNfccPowerTracker.cpp237 uint16_t sPollCount = (TIMER_COUNT_MASK & ((rsp[5] << 8) | rsp[4])); in ProcessPowerTrackNtf() local
239 "Poll/Timer count recived from FW is %d and rsp_len :%d", sPollCount, in ProcessPowerTrackNtf()
243 activeTime = sPollCount * ACTIVE_TIME_PER_TIMER_COUNT_IN_MILLISEC; in ProcessPowerTrackNtf()
263 standbyTime = (sPollCount * ((uint64_t)mStandbyTimePerDiscLoopInMillisec)); in ProcessPowerTrackNtf()
273 mActiveInfo.totalTransitions += sPollCount; in ProcessPowerTrackNtf()
275 mStandbyInfo.totalTransitions += (sPollCount + 1); in ProcessPowerTrackNtf()