Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_thread.cc81 int poll_count; member
154 ts[h].poll_count = 0; in btsock_thread_init()
277 ts[h].poll_count = 0; in init_poll()
316 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
324 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
326 ++ts[h].poll_count; in add_poll()
334 --ts[h].poll_count; in remove_poll()
422 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()
423 while (count < ts[h].poll_count) { in prepare_poll_fds()
428 ps_i, MAX_POLL, count, ts[h].poll_count); in prepare_poll_fds()
[all …]