OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCommonClockHasClients
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/common_time/
common_time_server_api.cpp
270
(commonClockHasClients !=
mCommonClockHasClients
));
272
mCommonClockHasClients
= commonClockHasClients;
276
" clients",
mCommonClockHasClients
? "" : " no");
common_time_server.h
169
return (mAutoDisable && !
mCommonClockHasClients
);
239
bool
mCommonClockHasClients
;
common_time_server.cpp
110
,
mCommonClockHasClients
(false)
[
all
...]
Completed in 3037 milliseconds