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

  /external/smack/src/com/kenai/jbosh/
CMSessionParams.java 32 private final AttrPolling polling; field in class:CMSessionParams
69 polling = aPolling;
97 resp.getAttribute(Attributes.POLLING)),
142 return polling;
BOSHClient.java 1143 AttrPolling polling = cmParams.getPollingInterval(); local
    [all...]
  /external/iputils/
ping_common.c 730 int polling; local
762 polling = 0;
778 polling = MSG_DONTWAIT;
784 if (!polling &&
793 polling = MSG_DONTWAIT;
812 cc = recvmsg(icmp_sock, &msg, polling);
813 polling = MSG_DONTWAIT;
  /external/qemu/
qemu-char.c 920 int polling; member in struct:__anon27273
979 s->polling = 1;
998 s->polling = 0;
1017 if (s->polling) {
1018 /* If we arrive here without polling being cleared due
    [all...]

Completed in 5737 milliseconds