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

  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 281 uint32_t stopSend[] = {
305 mTestSocket.setSendExpectation((char*)stopSend, sizeof(stopSend));
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 72 public native int stopSend(int channel);
VideoEngine.java 63 public native int stopSend(int channel);
MediaEngine.java 292 check(voe.stopSend(audioChannel) == 0, "VoE stop send failed");
472 check(vie.stopSend(videoChannel) == 0, "StopSend");

Completed in 36 milliseconds