Home
last modified time | relevance | path

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

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