Searched refs:add_poll (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_thread.cc | 100 static inline void add_poll(int h, int fd, int type, int flags, 202 add_poll(h, ts[h].cmd_fdr, 0, SOCK_THREAD_FD_RD, 0); in init_cmd_fd() 236 add_poll(h, fd, type, flags, user_id); in btsock_thread_add_fd() 375 static inline void add_poll(int h, int fd, int type, int flags, in add_poll() function 426 add_poll(h, cmd.fd, cmd.type, cmd.flags, cmd.user_id); in process_cmd_sock()
|