OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fd_func
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
fdevent.h
33
typedef void (*
fd_func
)(int fd, unsigned events, void *userdata);
typedef
39
fdevent *fdevent_create(int fd,
fd_func
func, void *arg);
48
void fdevent_install(fdevent *fde, int fd,
fd_func
func, void *arg);
78
fd_func
func;
sysdeps.h
183
typedef void (*
fd_func
)(int fd, unsigned events, void *userdata);
typedef
185
fdevent *fdevent_create(int fd,
fd_func
func, void *arg);
187
void fdevent_install(fdevent *fde, int fd,
fd_func
func, void *arg);
204
fd_func
func;
fdevent.c
561
// data when in this
fd_func
().
575
fdevent *fdevent_create(int fd,
fd_func
func, void *arg)
593
void fdevent_install(fdevent *fde, int fd,
fd_func
func, void *arg)
sysdeps_win32.c
[
all
...]
Completed in 186 milliseconds