Searched refs:getMasterElectionEndpoint (Results 1 – 7 of 7) sorted by relevance
46 status_t CommonTimeConfigService::getMasterElectionEndpoint( in getMasterElectionEndpoint() function in android::CommonTimeConfigService48 return mTimeServer.getMasterElectionEndpoint(addr); in getMasterElectionEndpoint()
35 virtual status_t getMasterElectionEndpoint(struct sockaddr_storage *addr);
61 status_t getMasterElectionEndpoint(struct sockaddr_storage *addr);
96 status_t CommonTimeServer::getMasterElectionEndpoint( in getMasterElectionEndpoint() function in android::CommonTimeServer
40 virtual status_t getMasterElectionEndpoint(struct sockaddr_storage *addr) = 0;
144 public InetSocketAddress getMasterElectionEndpoint() in getMasterElectionEndpoint() method in CommonTimeConfig
86 virtual status_t getMasterElectionEndpoint(struct sockaddr_storage *addr) { in getMasterElectionEndpoint() function in android::BpCommonTimeConfig351 status_t status = getMasterElectionEndpoint(&addr); in onTransact()