Home
last modified time | relevance | path

Searched defs:timeDiff (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp926 int32_t timeDiff = (nowUs - mLastBitrateReportTimeUs) / 1000000ll; in parseBYE() local
1151 int32_t timeDiff = (nowUs - mLastBitrateReportTimeUs) / 1000000ll; in checkRxBitrate() local
1173 int32_t timeDiff = (nowUs - mLastBitrateReportTimeUs) / 1000000ll; in checkRxBitrate() local
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp249 uint32_t timeDiff = (mPrevMscTime > static_cast<uint32_t>(mscTime)) in processHardWareTimestamp() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java980 long timeDiff = System.currentTimeMillis() - startTimeMs; in getConfiguredImsServicePackageName() local