HomeSort by relevance Sort by last modified time
    Searched refs:RTT_LOG_SIZE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/common_time/
common_time_server.h 33 #define RTT_LOG_SIZE 30
104 int64_t txTimes[RTT_LOG_SIZE];
105 int64_t rxTimes[RTT_LOG_SIZE];
common_time_server_api.cpp 409 uint32_t avail = !logFull ? wrPtr : RTT_LOG_SIZE;
430 i = (i + 1) % RTT_LOG_SIZE;
common_time_server.cpp     [all...]

Completed in 32 milliseconds