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

/frameworks/base/services/common_time/
H A Dcommon_time_server_api.cpp420 int64_t delta = rxTimes[i] - txTimes[i];
424 ndx, txTimes[i], rxTimes[i],
428 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.cpp1485 txTimes[wrPtr] = txTime;
1498 if (txTimes[i] == txTime) {

Completed in 48 milliseconds