Home
last modified time | relevance | path

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

/system/core/adb/
Dfdevent.h37 typedef void (*fd_func2)(struct fdevent* fde, unsigned events, void* userdata); typedef
50 std::variant<fd_func, fd_func2> func;
57 fdevent* fdevent_create(int fd, fd_func2 func, void* arg);
Dfdevent.cpp155 fdevent* fdevent_create(int fd, fd_func2 func, void* arg) { in fdevent_create()
370 } else if constexpr (std::is_same_v<fd_func2, F>) { in fdevent_call_fdfunc()