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

  /external/webrtc/talk/app/webrtc/
datachannel.cc 564 cricket::SendDataResult send_result = cricket::SDR_SUCCESS; local
565 bool success = provider_->SendData(send_params, buffer.data, &send_result);
575 if (send_result == cricket::SDR_BLOCK) {
583 << "send_result = " << send_result;
635 cricket::SendDataResult send_result = cricket::SDR_SUCCESS; local
636 bool retval = provider_->SendData(send_params, buffer, &send_result);
645 } else if (send_result == cricket::SDR_BLOCK) {
649 << " the CONTROL message, send_result = " << send_result;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java 50 setContentView(R.layout.send_result);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
SendResult.java 50 setContentView(R.layout.send_result);
  /external/dbus/dbus/
dbus-nonce.c 198 int send_result; local
221 send_result = _dbus_write_socket (fd, &nonce, 0, _dbus_string_get_length (&nonce));
225 if (send_result == -1)

Completed in 389 milliseconds