Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DNetworkTimeUpdateService.java195 final long ntp = mTime.currentTimeMillis(); in onPollNetworkTimeUnderWakeLock() local
199 if (Math.abs(ntp - currentTime) > mTimeErrorThresholdMs in onPollNetworkTimeUnderWakeLock()
203 && Math.abs(ntp - currentTime) <= mTimeErrorThresholdMs) { in onPollNetworkTimeUnderWakeLock()
206 if (DBG) Log.d(TAG, "Ntp time to be set = " + ntp); in onPollNetworkTimeUnderWakeLock()
208 if (ntp / 1000 < Integer.MAX_VALUE) { in onPollNetworkTimeUnderWakeLock()
209 SystemClock.setCurrentTimeMillis(ntp); in onPollNetworkTimeUnderWakeLock()
212 if (DBG) Log.d(TAG, "Ntp time is close enough = " + ntp); in onPollNetworkTimeUnderWakeLock()
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp435 uint64_t ntp = GetNowNTP(); in dumpSessionDesc() local
436 sdp.append(ntp); in dumpSessionDesc()
438 sdp.append(ntp); in dumpSessionDesc()
DMyTransmitter.h160 uint64_t ntp = ntpTime(); in issueAnnounce() local
161 sdp.append(ntp); in issueAnnounce()
163 sdp.append(ntp); in issueAnnounce()