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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc 520 uint8_t sendCount = 1;
526 sendCount = 3;
573 sendCount--;
575 }while (sendCount > 0 && retVal == 0);
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 303 int sendCount = 0;
306 sendCount = IoBridge.sendto(fd, source, 0, isa.getAddress(), isa.getPort());
311 end(sendCount >= 0);
313 return sendCount;

Completed in 242 milliseconds