Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_config_service.cpp46 status_t CommonTimeConfigService::getMasterElectionEndpoint( in getMasterElectionEndpoint() function in android::CommonTimeConfigService
48 return mTimeServer.getMasterElectionEndpoint(addr); in getMasterElectionEndpoint()
Dcommon_time_config_service.h35 virtual status_t getMasterElectionEndpoint(struct sockaddr_storage *addr);
Dcommon_time_server.h61 status_t getMasterElectionEndpoint(struct sockaddr_storage *addr);
Dcommon_time_server_api.cpp96 status_t CommonTimeServer::getMasterElectionEndpoint( in getMasterElectionEndpoint() function in android::CommonTimeServer
/frameworks/av/include/common_time/
DICommonTimeConfig.h40 virtual status_t getMasterElectionEndpoint(struct sockaddr_storage *addr) = 0;
/frameworks/base/core/java/android/os/
DCommonTimeConfig.java144 public InetSocketAddress getMasterElectionEndpoint() in getMasterElectionEndpoint() method in CommonTimeConfig
/frameworks/av/media/common_time/
DICommonTimeConfig.cpp86 virtual status_t getMasterElectionEndpoint(struct sockaddr_storage *addr) { in getMasterElectionEndpoint() function in android::BpCommonTimeConfig
351 status_t status = getMasterElectionEndpoint(&addr); in onTransact()