Searched refs:gSuspendControl (Results 1 – 1 of 1) sorted by relevance
139 static sp<ISuspendControlService> gSuspendControl = nullptr; variable161 gSuspendControl = waitForService<ISuspendControlService>(String16("suspend_control")); in getSuspendControl()162 LOG_ALWAYS_FATAL_IF(gSuspendControl == nullptr); in getSuspendControl()164 return gSuspendControl; in getSuspendControl()