HomeSort by relevance Sort by last modified time
    Searched defs:CommonTimeServer (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/common_time/
common_time_server.cpp 56 const char* CommonTimeServer::kDefaultMasterElectionAddr = "255.255.255.255";
57 const uint16_t CommonTimeServer::kDefaultMasterElectionPort = 8886;
58 const uint64_t CommonTimeServer::kDefaultSyncGroupID = 1;
59 const uint8_t CommonTimeServer::kDefaultMasterPriority = 1;
60 const uint32_t CommonTimeServer::kDefaultMasterAnnounceIntervalMs = 10000;
61 const uint32_t CommonTimeServer::kDefaultSyncRequestIntervalMs = 1000;
62 const uint32_t CommonTimeServer::kDefaultPanicThresholdUsec = 50000;
63 const bool CommonTimeServer::kDefaultAutoDisable = true;
64 const int CommonTimeServer::kSetupRetryTimeoutMs = 30000;
65 const int64_t CommonTimeServer::kNoGoodDataPanicThresholdUsec = 600000000ll
    [all...]
common_time_server.h 42 class CommonTimeServer : public Thread {
44 CommonTimeServer();
45 ~CommonTimeServer();

Completed in 79 milliseconds