Home
last modified time | relevance | path

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

/system/core/adb/
Dfdevent.h36 typedef void (*fd_func)(int fd, unsigned events, void *userdata); typedef
50 std::variant<fd_func, fd_func2> func;
56 fdevent *fdevent_create(int fd, fd_func func, void *arg);
Dfdevent.cpp151 fdevent* fdevent_create(int fd, fd_func func, void* arg) { in fdevent_create()
368 if constexpr (std::is_same_v<fd_func, F>) { in fdevent_call_fdfunc()