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

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 107 public int startRtpDump(int channel, String file,
109 return startRtpDump(channel, file, direction.ordinal());
111 private native int startRtpDump(int channel, String file,
VideoEngine.java 109 public int startRtpDump(int channel, String file,
111 return startRtpDump(channel, file, direction.ordinal());
113 private native int startRtpDump(int channel, String file,
MediaEngine.java 423 check(voe.startRtpDump(videoChannel, debugDirectory +
712 check(vie.startRtpDump(videoChannel, debugDirectory +
715 "vie StartRtpDump");

Completed in 35 milliseconds