Searched defs:setMasterElectionEndpoint (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/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_server_api.cpp101 status_t CommonTimeServer::setMasterElectionEndpoint( function in class:android::CommonTimeServer
/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.java161 public int setMasterElectionEndpoint(InetSocketAddress ep) { method in class:CommonTimeConfig

Completed in 250 milliseconds