Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp156 static std::once_flag suspendControlFlag; in getSuspendControl() local
157 std::call_once(suspendControlFlag, [](){ in getSuspendControl()
165 static std::once_flag suspendControlFlag; in getSuspendControlInternal() local
166 std::call_once(suspendControlFlag, []() { in getSuspendControlInternal()