HomeSort by relevance Sort by last modified time
    Searched refs:poll_count (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_sock_thread.c 90 int poll_count; member in struct:__anon73813
172 ts[h].poll_count = 0;
379 ts[h].poll_count = 0;
423 asrt(ts[h].poll_count < MAX_POLL);
433 asrt(ts[h].poll_count < MAX_POLL);
435 ++ts[h].poll_count;
445 --ts[h].poll_count;
505 asrt(count <= ts[h].poll_count);
507 for( i= 1; i < ts[h].poll_count; i++)
544 asrt(ts[h].poll_count <= MAX_POLL)
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 2623 unsigned int poll_count; local
    [all...]

Completed in 269 milliseconds