Home
last modified time | relevance | path

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

/bootable/recovery/minui/include/minui/
Dminui.h156 int ev_init(ev_callback input_cb, bool allow_touch_inputs = false);
/bootable/recovery/minui/
Devents.cpp142 int ev_init(ev_callback input_cb, bool allow_touch_inputs) { in ev_init() function
/bootable/recovery/recovery_ui/
Dui.cpp143 ev_init(std::bind(&RecoveryUI::OnInputEvent, this, std::placeholders::_1, std::placeholders::_2), in Init()