Searched refs:add_poll (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_thread.cc | 94 static inline void add_poll(int h, int fd, int type, int flags, 189 add_poll(h, ts[h].cmd_fdr, 0, SOCK_THREAD_FD_RD, 0); in init_cmd_fd() 222 add_poll(h, fd, type, flags, user_id); in btsock_thread_add_fd() 307 static inline void add_poll(int h, int fd, int type, int flags, in add_poll() function 357 add_poll(h, cmd.fd, cmd.type, cmd.flags, cmd.user_id); in process_cmd_sock()
|