Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h225 int OnInputEvent(int fd, uint32_t epevents);
/bootable/recovery/recovery_ui/
Dui.cpp143 ev_init(std::bind(&RecoveryUI::OnInputEvent, this, std::placeholders::_1, std::placeholders::_2), in Init()
223 int RecoveryUI::OnInputEvent(int fd, uint32_t epevents) { in OnInputEvent() function in RecoveryUI