OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_poll
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c
110
static inline void
add_poll
(int h, int fd, int type, int flags, uint32_t user_id);
261
add_poll
(h, ts[h].cmd_fdr, 0, SOCK_THREAD_FD_RD, 0);
303
add_poll
(h, fd, type, flags, user_id);
419
static inline void
add_poll
(int h, int fd, int type, int flags, uint32_t user_id)
function
477
add_poll
(h, cmd.fd, cmd.type, cmd.flags, cmd.user_id);
Completed in 132 milliseconds