Searched refs:timeUpdate (Results 1 – 5 of 5) sorted by relevance
67 void timeUpdate(int64_t recvTimeUs, uint32_t rtpTime, uint64_t ntpTime);
1015 int32_t timeUpdate; in onMessageReceived() local1016 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) { in onMessageReceived()
388 int32_t timeUpdate; in onMessageReceived() local390 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) { in onMessageReceived()
135 void ARTPSource::timeUpdate(int64_t recvTimeUs, uint32_t rtpTime, uint64_t ntpTime) { in timeUpdate() function in android::ARTPSource
1052 source->timeUpdate(recvTimeUs, rtpTime, ntpTime); in parseSenderReport()