OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMasterElectionEndpoint
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/common_time/
common_time_config_service.cpp
46
status_t CommonTimeConfigService::
getMasterElectionEndpoint
(
48
return mTimeServer.
getMasterElectionEndpoint
(addr);
common_time_config_service.h
35
virtual status_t
getMasterElectionEndpoint
(struct sockaddr_storage *addr);
common_time_server.h
61
status_t
getMasterElectionEndpoint
(struct sockaddr_storage *addr);
common_time_server_api.cpp
94
status_t CommonTimeServer::
getMasterElectionEndpoint
(
/frameworks/av/include/common_time/
ICommonTimeConfig.h
40
virtual status_t
getMasterElectionEndpoint
(struct sockaddr_storage *addr) = 0;
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
145
public InetSocketAddress
getMasterElectionEndpoint
()
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
86
virtual status_t
getMasterElectionEndpoint
(struct sockaddr_storage *addr) {
351
status_t status =
getMasterElectionEndpoint
(&addr);
Completed in 217 milliseconds