Searched refs:ntp (Results 1 – 3 of 3) sorted by relevance
195 final long ntp = mTime.currentTimeMillis(); in onPollNetworkTimeUnderWakeLock() local199 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()
435 uint64_t ntp = GetNowNTP(); in dumpSessionDesc() local436 sdp.append(ntp); in dumpSessionDesc()438 sdp.append(ntp); in dumpSessionDesc()
160 uint64_t ntp = ntpTime(); in issueAnnounce() local161 sdp.append(ntp); in issueAnnounce()163 sdp.append(ntp); in issueAnnounce()