OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMasterElectionEndpoint
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/common_time/
common_time_config_service.cpp
51
status_t CommonTimeConfigService::
setMasterElectionEndpoint
(
53
return mTimeServer.
setMasterElectionEndpoint
(addr);
common_time_config_service.h
36
virtual status_t
setMasterElectionEndpoint
(const struct sockaddr_storage *addr);
common_time_server.h
62
status_t
setMasterElectionEndpoint
(const struct sockaddr_storage *addr);
common_time_server_api.cpp
103
status_t CommonTimeServer::
setMasterElectionEndpoint
(
/frameworks/av/include/common_time/
ICommonTimeConfig.h
41
virtual status_t
setMasterElectionEndpoint
(const struct sockaddr_storage *addr) = 0;
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
102
virtual status_t
setMasterElectionEndpoint
(
374
status =
setMasterElectionEndpoint
(&addr);
376
status =
setMasterElectionEndpoint
(&addr);
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
160
public int
setMasterElectionEndpoint
(InetSocketAddress ep) {
Completed in 463 milliseconds