Home
last modified time | relevance | path

Searched refs:shouldAutoDisable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/common_time/
Dcommon_time_server.h179 inline bool shouldAutoDisable() const { in shouldAutoDisable() function
Dcommon_time_server.cpp252 if (mBindIfaceDirty || ((mSocket >= 0) && shouldAutoDisable())) { in runStateMachine_l()
260 if ((mSocket < 0) && mBindIfaceValid && !shouldAutoDisable()) { in runStateMachine_l()
327 shouldAutoDisable() ? "true" : "false"); in runStateMachine_l()
Dcommon_time_server_api.cpp397 shouldAutoDisable() ? "yes" : "no"); in dumpConfigInterface()