Home
last modified time | relevance | path

Searched defs:ntpTime (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPSession.cpp151 uint64_t ntpTime; in onMessageReceived() local
DARTPSource.cpp97 void ARTPSource::timeUpdate(uint32_t rtpTime, uint64_t ntpTime) { in timeUpdate()
DARTPConnection.cpp607 uint64_t ntpTime = u64at(&data[8]); in parseSR() local
DMyTransmitter.h140 uint64_t ntpTime() { in ntpTime() function
DMyHandler.h1011 uint64_t ntpTime; in onMessageReceived() local
/frameworks/base/services/core/java/com/android/server/location/
DNtpTimeHelper.java78 NtpTrustedTime ntpTime) { in NtpTimeHelper()