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

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 66 public native int setSendDestination(int channel, int port, String ipaddr);
VideoEngine.java 70 public native int setSendDestination(int channel, int port, String ipAddr);
MediaEngine.java 557 check(voe.setSendDestination(audioChannel, audioTxPort,
561 check(vie.setSendDestination(videoChannel, videoTxPort, remoteIp) == 0,
562 "Failed setSendDestination");

Completed in 43 milliseconds