HomeSort by relevance Sort by last modified time
    Searched refs:input_callback (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
ui.h 135 static int input_callback(int fd, short revents, void* data);
ui.cpp 57 ev_init(input_callback, NULL);
62 int RecoveryUI::input_callback(int fd, short revents, void* data) function in class:RecoveryUI
  /system/core/charger/
charger.c 918 static int input_callback(int fd, short revents, void *data) function
971 ev_init(input_callback, charger);

Completed in 51 milliseconds