Home
last modified time | relevance | path

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

/system/core/libsuspend/
Dautosuspend_wakeup_count.c43 static void (*wakeup_func)(bool success) = NULL; variable
90 void (*func)(bool success) = wakeup_func; in suspend_thread_func()
146 if (wakeup_func != NULL) { in set_wakeup_callback()
150 wakeup_func = func; in set_wakeup_callback()