Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp137 static sp<ISuspendControlService> gSuspendControl = nullptr; variable
158 gSuspendControl = waitForService<ISuspendControlService>(String16("suspend_control")); in getSuspendControl()
159 LOG_ALWAYS_FATAL_IF(gSuspendControl == nullptr); in getSuspendControl()
161 return gSuspendControl; in getSuspendControl()