Searched refs:rxTimes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/common_time/
H A Dcommon_time_server_api.cpp421 if (rxTimes[i]) {
422 int64_t delta = rxTimes[i] - txTimes[i];
426 ndx, txTimes[i], rxTimes[i],
H A Dcommon_time_server.h105 int64_t rxTimes[RTT_LOG_SIZE]; member in class:android::CommonTimeServer::PacketRTTLog
H A Dcommon_time_server.cpp1487 rxTimes[wrPtr] = 0;
1500 rxTimes[i] = rxTime;

Completed in 1049 milliseconds