Searched refs:setMasterElectionEndpoint (Results 1 – 7 of 7) sorted by relevance
51 status_t CommonTimeConfigService::setMasterElectionEndpoint( in setMasterElectionEndpoint() function in android::CommonTimeConfigService53 return mTimeServer.setMasterElectionEndpoint(addr); in setMasterElectionEndpoint()
36 virtual status_t setMasterElectionEndpoint(const struct sockaddr_storage *addr);
62 status_t setMasterElectionEndpoint(const struct sockaddr_storage *addr);
103 status_t CommonTimeServer::setMasterElectionEndpoint( in setMasterElectionEndpoint() function in android::CommonTimeServer
41 virtual status_t setMasterElectionEndpoint(const struct sockaddr_storage *addr) = 0;
102 virtual status_t setMasterElectionEndpoint( in setMasterElectionEndpoint() function in android::BpCommonTimeConfig374 status = setMasterElectionEndpoint(&addr); in onTransact()376 status = setMasterElectionEndpoint(&addr); in onTransact()
160 public int setMasterElectionEndpoint(InetSocketAddress ep) { in setMasterElectionEndpoint() method in CommonTimeConfig