Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp139 static sp<ISuspendControlService> gSuspendControl = nullptr; variable
161 gSuspendControl = waitForService<ISuspendControlService>(String16("suspend_control")); in getSuspendControl()
162 LOG_ALWAYS_FATAL_IF(gSuspendControl == nullptr); in getSuspendControl()
164 return gSuspendControl; in getSuspendControl()