Home
last modified time | relevance | path

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

/system/core/libsuspend/
Dautosuspend_wakeup_count.cpp50 static void (*wakeup_func)(bool success) = NULL; variable
98 void (*func)(bool success) = wakeup_func; in suspend_thread_func()
220 if (wakeup_func != NULL) { in autosuspend_set_wakeup_callback()
224 wakeup_func = func; in autosuspend_set_wakeup_callback()