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

/frameworks/base/libs/common_time/
H A Dcommon_time_server_api.cpp422 int64_t delta = rxTimes[i] - txTimes[i];
426 ndx, txTimes[i], rxTimes[i],
430 ndx, txTimes[i]);
H A Dcommon_time_server.h104 int64_t txTimes[RTT_LOG_SIZE]; member in class:android::CommonTimeServer::PacketRTTLog
H A Dcommon_time_server.cpp1486 txTimes[wrPtr] = txTime;
1499 if (txTimes[i] == txTime) {

Completed in 1537 milliseconds