OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClientSyncInterval
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/common_time/
common_time_config_service.cpp
84
status_t CommonTimeConfigService::
getClientSyncInterval
(int *interval) {
85
return mTimeServer.
getClientSyncInterval
(interval);
common_time_config_service.h
43
virtual status_t
getClientSyncInterval
(int *interval);
common_time_server.h
69
status_t
getClientSyncInterval
(int *interval);
common_time_server_api.cpp
197
status_t CommonTimeServer::
getClientSyncInterval
(int *interval) {
/frameworks/av/include/common_time/
ICommonTimeConfig.h
48
virtual status_t
getClientSyncInterval
(int *interval) = 0;
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
263
public int
getClientSyncInterval
()
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
216
virtual status_t
getClientSyncInterval
(int *interval) {
444
status_t status =
getClientSyncInterval
(&interval);
Completed in 47 milliseconds