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

  /frameworks/base/services/common_time/
common_time_server.h 190 mClient_LastGoodSyncRX = 0;
302 int64_t mClient_LastGoodSyncRX;
common_time_server_api.cpp 346 if (!mClient_LastGoodSyncRX) {
350 localDelta = localTime - mClient_LastGoodSyncRX;
common_time_server.cpp 878 mClient_LastGoodSyncRX = clientRxLocalTime;
    [all...]

Completed in 50 milliseconds