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

  /system/bt/btif/src/
btif_sock_thread.cc 87 int poll_count; member in struct:__anon1808
162 ts[h].poll_count = 0;
344 ts[h].poll_count = 0;
384 asrt(ts[h].poll_count < MAX_POLL);
392 asrt(ts[h].poll_count < MAX_POLL);
394 ++ts[h].poll_count;
402 --ts[h].poll_count;
467 asrt(count <= ts[h].poll_count);
469 for (i = 1; i < ts[h].poll_count; i++) {
499 asrt(ts[h].poll_count <= MAX_POLL)
    [all...]
  /external/nos/host/generic/libnos_transport/
transport.c 152 uint32_t poll_count = 0; local
237 poll_count++;
239 NLOGV("polled %d times, status 0x%08x ulen 0x%04x", poll_count,
  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_test_server.py 449 poll_count = 0
454 for poll_count in range(max_attempts):
456 print("Polling: poll_count = %d" % poll_count)
458 x_init_name = "x_init_%d" % poll_count
  /external/libmicrohttpd/src/microhttpd/
daemon.c 2623 unsigned int poll_count; local
    [all...]

Completed in 362 milliseconds