Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_thread.c92 } poll_slot_t; typedef
96 poll_slot_t ps[MAX_POLL];
408 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, uint32_t user_id) in set_poll()
424 poll_slot_t* ps = ts[h].ps; in add_poll()
447 static inline void remove_poll(int h, poll_slot_t* ps, int flags) in remove_poll()