Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp152 static std::once_flag suspendControlFlag; in getSuspendControl() local
153 std::call_once(suspendControlFlag, [](){ in getSuspendControl()
161 static std::once_flag suspendControlFlag; in getSuspendControlInternal() local
162 std::call_once(suspendControlFlag, []() { in getSuspendControlInternal()