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