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

  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 265 uint32_t startSend[] = {
293 mTestSocket.setSendExpectation((char*)startSend, sizeof(startSend));
300 mTestSocket.setSendExpectation((char*)startSend, sizeof(startSend));
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 69 public native int startSend(int channel);
VideoEngine.java 61 public native int startSend(int channel);
MediaEngine.java 286 check(voe.startSend(audioChannel) == 0, "VoE start send failed");
463 check(vie.startSend(videoChannel) == 0, "Failed StartSend");

Completed in 146 milliseconds