Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_thread.cc73 struct poll_slot_t { struct
82 poll_slot_t ps[MAX_POLL]; argument
295 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, in set_poll()
312 poll_slot_t* ps = ts[h].ps; in add_poll()
331 static inline void remove_poll(int h, poll_slot_t* ps, int flags) { in remove_poll()
361 poll_slot_t* poll_slot = &ts[h].ps[i]; in process_cmd_sock()