Searched refs:mRxTime (Results 1 – 7 of 7) sorted by relevance
137 mTimeStats.mRxTime += aDurationUs; in HandleReceiveAt()153 mTimeStats.mRxTime = UintSafeMinus(mTimeStats.mRxTime, txTimeUs); in RecordTxDone()160 mTimeStats.mRxTime += rxAckTimeUs; in RecordTxDone()179 mTimeStats.mRxTime = UintSafeMinus(mTimeStats.mRxTime, ackTimeUs); in RecordRxDone()210 mTimeStats.mRxTime += timeElapsed; in UpdateTime()
64 …uint64_t mRxTime; ///> The total time that radio is in receive state, in unit of microsecond… member
815 host = Host::Allocate(GetInstance(), aMetadata.mRxTime); in ProcessDnsUpdate()1048 … service = aHost.AddNewService(instanceName.AsCString(), instanceLabel, aMetadata.mRxTime); in ProcessServiceDiscoveryInstructions()1366 aMetadata.mRxTime); in HandleUpdate()1576 metadata.mRxTime = aRxTime; in ProcessMessage()
863 TimeMilli mRxTime; member
1361 TimeMilli mRxTime; member in ot::Dns::Multicast::Core::RxMessage
3493 mRxTime = TimerMilli::GetNow(); in Init()3794 answerInfo.mQueryRxTime = mRxTime; in AnswerQuestion()
5573 … radioStats->mSleepTime + radioStats->mTxTime + radioStats->mRxTime + radioStats->mDisabledTime; in Process()5584 OutputRadioStatsTime("Rx", radioStats->mRxTime, totalTimeUs); in Process()