OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMasterAnnounceInterval
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/common_time/
common_time_config_service.cpp
76
status_t CommonTimeConfigService::
getMasterAnnounceInterval
(int *interval) {
77
return mTimeServer.
getMasterAnnounceInterval
(interval);
common_time_server_api.cpp
167
status_t CommonTimeServer::
getMasterAnnounceInterval
(int *interval) {
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
186
virtual status_t
getMasterAnnounceInterval
(int *interval) {
425
status_t status =
getMasterAnnounceInterval
(&interval);
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
237
public int
getMasterAnnounceInterval
()
Completed in 585 milliseconds