Home
last modified time | relevance | path

Searched refs:RTT_LOG_SIZE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/common_time/
Dcommon_time_server.h33 #define RTT_LOG_SIZE 30 macro
104 int64_t txTimes[RTT_LOG_SIZE];
105 int64_t rxTimes[RTT_LOG_SIZE];
Dcommon_time_server_api.cpp411 uint32_t avail = !logFull ? wrPtr : RTT_LOG_SIZE; in dumpLog()
432 i = (i + 1) % RTT_LOG_SIZE; in dumpLog()
Dcommon_time_server.cpp1489 wrPtr = (wrPtr + 1) % RTT_LOG_SIZE; in logTX()
1504 i = (i + 1) % RTT_LOG_SIZE; in logRX()