Home
last modified time | relevance | path

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

/aosp12/system/extras/slideshow/
H A Dslideshow.cpp113 if (gr_init() == -1 || ev_init(std::bind(&input_cb, std::placeholders::_1, in main()
/aosp12/bootable/recovery/minui/include/minui/
H A Dminui.h156 int ev_init(ev_callback input_cb, bool allow_touch_inputs = false);
/aosp12/bootable/recovery/minui/
H A Devents.cpp144 int ev_init(ev_callback input_cb, bool allow_touch_inputs) { in ev_init() function
/aosp12/bootable/recovery/recovery_ui/
H A Dui.cpp156 ev_init(std::bind(&RecoveryUI::OnInputEvent, this, std::placeholders::_1, std::placeholders::_2), in Init()
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger.cpp687 ret = ev_init( in Init()