Home
last modified time | relevance | path

Searched refs:QueueUIThreadCallback (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc162 main_wnd_->QueueUIThreadCallback(NEW_STREAM_ADDED, in OnAddStream()
169 main_wnd_->QueueUIThreadCallback(STREAM_REMOVED, in OnRemoveStream()
226 main_wnd_->QueueUIThreadCallback(PEER_CONNECTION_CLOSED, NULL); in OnPeerDisconnected()
329 main_wnd_->QueueUIThreadCallback(SEND_MESSAGE_TO_PEER, NULL); in OnMessageSent()
539 main_wnd_->QueueUIThreadCallback(SEND_MESSAGE_TO_PEER, msg); in SendMessage()
Dmain_wnd.h67 virtual void QueueUIThreadCallback(int msg_id, void* data) = 0;
101 virtual void QueueUIThreadCallback(int msg_id, void* data);
Dmain_wnd.cc216 void MainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback() function in MainWnd
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h48 virtual void QueueUIThreadCallback(int msg_id, void* data);
Dmain_wnd.cc187 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback() function in GtkMainWnd