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

/frameworks/base/libs/common_time/
H A Dcommon_time_server.h33 #define RTT_LOG_SIZE 30 macro
104 int64_t txTimes[RTT_LOG_SIZE];
105 int64_t rxTimes[RTT_LOG_SIZE];
H A Dcommon_time_server_api.cpp411 uint32_t avail = !logFull ? wrPtr : RTT_LOG_SIZE;
432 i = (i + 1) % RTT_LOG_SIZE;
H A Dcommon_time_server.cpp1488 wrPtr = (wrPtr + 1) % RTT_LOG_SIZE;
1503 i = (i + 1) % RTT_LOG_SIZE;

Completed in 1051 milliseconds