Home
last modified time | relevance | path

Searched refs:timeUpdate (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPSource.h41 void timeUpdate(uint32_t rtpTime, uint64_t ntpTime);
DARTPSource.cpp91 void ARTPSource::timeUpdate(uint32_t rtpTime, uint64_t ntpTime) { in timeUpdate() function in android::ARTPSource
DMyHandler.h813 int32_t timeUpdate; in onMessageReceived() local
814 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) { in onMessageReceived()
DARTPConnection.cpp617 source->timeUpdate(rtpTime, ntpTime); in parseSR()