Home
last modified time | relevance | path

Searched defs:poll_params (Results 1 – 1 of 1) sorted by relevance

/system/memory/lmkd/
Dlmkd.cpp2010 struct polling_params *poll_params) { in kill_done_handler()
2285 static void mp_event_psi(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_psi()
2533 static void mp_event_common(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_common()
3068 static bool polling_paused(struct polling_params *poll_params) { in polling_paused()
3072 static void resume_polling(struct polling_params *poll_params, struct timespec curr_tm) { in resume_polling()
3078 struct polling_params *poll_params, uint32_t events) { in call_handler()
3117 struct polling_params poll_params; in mainloop() local