Searched defs:txTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp1484 void CommonTimeServer::PacketRTTLog::logTX(int64_t txTime) { argument
1485 txTimes[wrPtr] = txTime;
1492 void CommonTimeServer::PacketRTTLog::logRX(int64_t txTime, int64_t rxTime) { argument
1498 if (txTimes[i] == txTime) {

Completed in 1227 milliseconds