Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.h168 inline bool shouldAutoDisable() const { in shouldAutoDisable() function
Dcommon_time_server.cpp265 if (mBindIfaceDirty || ((mSocket >= 0) && shouldAutoDisable())) { in runStateMachine_l()
273 if ((mSocket < 0) && mBindIfaceValid && !shouldAutoDisable()) { in runStateMachine_l()
341 shouldAutoDisable() ? "true" : "false"); in runStateMachine_l()
Dcommon_time_server_api.cpp402 shouldAutoDisable() ? "yes" : "no"); in dumpConfigInterface()