Searched refs:timeDiff (Results 1 – 6 of 6) sorted by relevance
1023 int32_t timeDiff = (nowUs - mLastBitrateReportTimeUs) / 1000000ll; in parseBYE() local1024 int32_t bitrate = mCumulativeBytes * 8 / timeDiff; in parseBYE()1312 int32_t timeDiff = (nowUs - mLastBitrateReportTimeUs) / 1000000ll; in checkRxBitrate() local1313 int32_t bitrate = mCumulativeBytes * 8 / timeDiff; in checkRxBitrate()1334 int32_t timeDiff = (nowUs - mLastBitrateReportTimeUs) / 1000000ll; in checkRxBitrate() local1335 int32_t bitrate = mCumulativeBytes * 8 / timeDiff; in checkRxBitrate()
245 uint32_t timeDiff = (mPrevMscTime > static_cast<uint32_t>(mscTime)) in processHardWareTimestamp() local249 mHardwareTimestamp += timeDiff * 1000LL; in processHardWareTimestamp()
1026 long timeDiff = System.currentTimeMillis() - startTimeMs; in getConfiguredImsServicePackageName() local1027 if (timeDiff > 50) { in getConfiguredImsServicePackageName()1031 + "], async query complete, took " + timeDiff + " ms with package name: " in getConfiguredImsServicePackageName()1035 + "], async query complete, took " + timeDiff + " ms with package name: " in getConfiguredImsServicePackageName()
354 final long timeDiff = SystemClock.uptimeMillis() - keyEvent.getEventTime();355 if (timeDiff > FORWARD_BACK_KEY_TOLERANCE_MS) {357 + "exceed " + timeDiff + "ms");
5175 long timeDiff = expectedDrawnTime - mPreviousFrameDrawnTime; in collectFrameRateDecisionMetrics() local5176 if (timeDiff <= 0) { in collectFrameRateDecisionMetrics()5180 long fps = NANOS_PER_SEC / timeDiff; in collectFrameRateDecisionMetrics()
7226 final long timeDiff = timeNowMs - timePostedMs;7227 return timeDiff > timeToLiveMs;