Searched refs:gSuspendControl (Results 1 – 1 of 1) sorted by relevance
137 static sp<ISuspendControlService> gSuspendControl = nullptr; variable158 gSuspendControl = waitForService<ISuspendControlService>(String16("suspend_control")); in getSuspendControl()159 LOG_ALWAYS_FATAL_IF(gSuspendControl == nullptr); in getSuspendControl()161 return gSuspendControl; in getSuspendControl()