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

/frameworks/base/services/common_time/
H A Dcommon_time_server.h97 void logTX(int64_t txTime);
98 void logRX(int64_t txTime, int64_t rxTime);
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 47 milliseconds