Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_thread.cc59 #define MAX_POLL 64 macro
82 poll_slot_t ps[MAX_POLL];
83 int psi[MAX_POLL]; // index of poll slot
281 for (i = 0; i < MAX_POLL; i++) { in init_poll()
314 for (i = 0; i < MAX_POLL; i++) { in add_poll()
316 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
324 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
329 log::error("exceeded max poll slot:{}!", MAX_POLL); in add_poll()
360 for (int i = 1; i < MAX_POLL; ++i) { in process_cmd_sock()
422 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()
[all …]