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

/frameworks/base/services/common_time/
H A Dcommon_time_config_service.cpp56 status_t CommonTimeConfigService::getMasterElectionGroupId(uint64_t *id) { function in class:android::CommonTimeConfigService
57 return mTimeServer.getMasterElectionGroupId(id);
H A Dcommon_time_server_api.cpp131 status_t CommonTimeServer::getMasterElectionGroupId(uint64_t *id) { function in class:android::CommonTimeServer
/frameworks/av/media/common_time/
H A DICommonTimeConfig.cpp124 virtual status_t getMasterElectionGroupId(uint64_t *id) { function in class:android::BpCommonTimeConfig
386 status_t status = getMasterElectionGroupId(&id);
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java50 * Sentinel value returned by {@link #getMasterElectionGroupId()} when an error occurs trying to
173 public long getMasterElectionGroupId() method in class:CommonTimeConfig

Completed in 68 milliseconds