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

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 113 public int stopRtpDump(int channel, RtpDirections direction) {
114 return stopRtpDump(channel, direction.ordinal());
116 private native int stopRtpDump(int channel, int direction);
VideoEngine.java 115 public int stopRtpDump(int channel, RtpDirections direction) {
116 return stopRtpDump(channel, direction.ordinal());
118 private native int stopRtpDump(int channel, int direction);
MediaEngine.java 417 check(voe.stopRtpDump(videoChannel,
706 check(vie.stopRtpDump(videoChannel,
708 "vie StopRTPDump");

Completed in 1219 milliseconds