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

  /bootable/recovery/
ui.h 110 static int input_callback(int fd, short revents, void* data);
ui.cpp 55 ev_init(input_callback, NULL);
60 int RecoveryUI::input_callback(int fd, short revents, void* data) function in class:RecoveryUI
  /system/core/charger/
charger.c 894 static int input_callback(int fd, short revents, void *data) function
947 ev_init(input_callback, charger);

Completed in 149 milliseconds