Home
last modified time | relevance | path

Searched refs:SendDataMessage (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
Ddatachannel.cc270 bool success = SendDataMessage(buffer, true); in Send()
530 if (!SendDataMessage(*buffer, false)) { in SendQueuedDataMessages()
543 bool DataChannel::SendDataMessage(const DataBuffer& buffer, in SendDataMessage() function in webrtc::DataChannel
Ddatachannel.h252 bool SendDataMessage(const DataBuffer& buffer, bool queue_if_blocked);