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

  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Reply.java 87 private ByteBuffer hbb = null; field in class:Reply
112 hbb = headers();
117 if (hbb == null)
120 if (hbb.hasRemaining()) {
121 if (cio.write(hbb) <= 0)
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Reply.java 87 private ByteBuffer hbb = null; field in class:Reply
112 hbb = headers();
117 if (hbb == null)
120 if (hbb.hasRemaining()) {
121 if (cio.write(hbb) <= 0)
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 684 milliseconds