HomeSort by relevance Sort by last modified time
    Searched defs:OnMessage (Results 26 - 50 of 75) sorted by null

12 3

  /external/webrtc/talk/app/webrtc/
dtmfsender.cc 179 void DtmfSender::OnMessage(rtc::Message* msg) {
proxy.h 118 proxy_->OnMessage(NULL);
127 void OnMessage(rtc::Message*) { proxy_->OnMessage(NULL); e_->Set(); }
147 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); }
167 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); }
187 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_); }
208 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_); }
229 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_); }
252 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_); }
277 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_, a4_);
    [all...]
datachannel.cc 252 // onmessage event. We need to figure out the expected behavior and change the
334 void DataChannel::OnMessage(rtc::Message* msg) {
385 observer_->OnMessage(*buffer.get());
515 observer_->OnMessage(*buffer);
peerconnectionfactory_unittest.cc 85 virtual void OnMessage(const std::string& msg) {}
webrtcsessiondescriptionfactory.cc 243 OnMessage(&msg);
249 // The callback is then ignored, leaking memory allocated by OnMessage for
338 void WebRtcSessionDescriptionFactory::OnMessage(rtc::Message* msg) {
  /external/webrtc/talk/media/base/
fakenetworkinterface.h 184 virtual void OnMessage(rtc::Message* msg) {
videocapturer.cc 551 void VideoCapturer::OnMessage(rtc::Message* message) {
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 123 // Stop() is called externally or Quit() is called by OnMessage().
135 virtual void OnMessage(rtc::Message* /*pmsg*/) {
gdivideorenderer.cc 64 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
165 bool GdiVideoRenderer::VideoWindow::OnMessage(UINT uMsg, WPARAM wParam,
win32devicemanager.cc 80 virtual bool OnMessage(UINT msg, WPARAM wp, LPARAM lp, LRESULT& result);
396 bool Win32DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
  /external/webrtc/webrtc/base/
autodetectproxy.cc 73 void AutoDetectProxy::OnMessage(Message *msg) {
120 SignalThread::OnMessage(msg);
messagequeue_unittest.cc 99 void OnMessage(Message* msg) { }
sharedexclusivelock_unittest.cc 63 virtual void OnMessage(Message* message) {
96 virtual void OnMessage(Message* message) {
dbus.cc 111 void DBusSigFilter::OnMessage(Message *message) {
network.cc 751 void BasicNetworkManager::OnMessage(Message* msg) {
  /external/webrtc/webrtc/p2p/base/
stunrequest.cc 194 void StunRequest::OnMessage(rtc::Message* pmsg) {
tcpport.cc 441 void TCPConnection::OnMessage(rtc::Message* pmsg) {
452 Connection::OnMessage(pmsg);
relayserver.cc 531 void RelayServer::OnMessage(rtc::Message *pmsg) {
731 void RelayServerBinding::OnMessage(rtc::Message *pmsg) {
transportcontroller.cc 227 void TransportController::OnMessage(rtc::Message* pmsg) {
  /external/webrtc/talk/session/media/
channelmanager.cc 541 void ChannelManager::OnMessage(rtc::Message* message) {
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 511 void PeerConnectionClient::OnMessage(rtc::Message* msg) {
  /system/bt/service/ipc/
linux_ipc_host.cc 89 if (pfds_[kFdIpc].revents && !OnMessage()) {
247 bool LinuxIPCHost::OnMessage() {
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 81 virtual void OnMessage(rtc::Message* msg) {
82 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::OnMessage";
sctpdataengine.cc 680 // marshalled by a Post and handled with OnMessage.
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 107 virtual bool OnMessage(UINT message, WPARAM wParam, LPARAM lParam);
361 bool CBrowseDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam)
368 return CModalDialog::OnMessage(message, wParam, lParam);

Completed in 392 milliseconds

12 3