Searched refs:setMasterElectionEndpoint (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/common_time/
H A Dcommon_time_config_service.cpp51 status_t CommonTimeConfigService::setMasterElectionEndpoint( function in class:android::CommonTimeConfigService
53 return mTimeServer.setMasterElectionEndpoint(addr);
H A Dcommon_time_config_service.h36 virtual status_t setMasterElectionEndpoint(const struct sockaddr_storage *addr);
H A Dcommon_time_server.h62 status_t setMasterElectionEndpoint(const struct sockaddr_storage *addr);
H A Dcommon_time_server_api.cpp103 status_t CommonTimeServer::setMasterElectionEndpoint( function in class:android::CommonTimeServer
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h41 virtual status_t setMasterElectionEndpoint(const struct sockaddr_storage *addr) = 0;
/frameworks/av/media/common_time/
H A DICommonTimeConfig.cpp102 virtual status_t setMasterElectionEndpoint( function in class:android::BpCommonTimeConfig
374 status = setMasterElectionEndpoint(&addr);
376 status = setMasterElectionEndpoint(&addr);
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java160 public int setMasterElectionEndpoint(InetSocketAddress ep) { method in class:CommonTimeConfig

Completed in 153 milliseconds