Home
last modified time | relevance | path

Searched refs:SendControlMessage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/mojo/system/
Dchannel.cc167 if (!SendControlMessage( in RunRemoteMessagePipeEndpoint()
238 if (!SendControlMessage( in DetachMessagePipeEndpoint()
485 if (!SendControlMessage( in RemoveMessagePipeEndpoint()
501 bool Channel::SendControlMessage(MessageInTransit::Subtype subtype, in SendControlMessage() function in mojo::system::Channel
Dchannel.h162 bool SendControlMessage(MessageInTransit::Subtype subtype,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddatachannel.cc362 SendControlMessage(payload); in OnChannelReady()
366 SendControlMessage(payload); in OnChannelReady()
524 SendControlMessage(buf->data); in SendQueuedControlMessages()
533 bool DataChannel::SendControlMessage(const rtc::Buffer& buffer) { in SendControlMessage() function in webrtc::DataChannel
Ddatachannel.h221 bool SendControlMessage(const rtc::Buffer& buffer);