Searched refs:QueueUIThreadCallback (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/webrtc/examples/peerconnection/client/ |
H A D | conductor.cc | 228 main_wnd_->QueueUIThreadCallback(NEW_TRACK_ADDED, in OnAddTrack() 235 main_wnd_->QueueUIThreadCallback(TRACK_REMOVED, receiver->track().release()); in OnRemoveTrack() 291 main_wnd_->QueueUIThreadCallback(PEER_CONNECTION_CLOSED, NULL); in OnPeerDisconnected() 408 main_wnd_->QueueUIThreadCallback(SEND_MESSAGE_TO_PEER, NULL); in OnMessageSent() 598 main_wnd_->QueueUIThreadCallback(SEND_MESSAGE_TO_PEER, msg); in SendMessage()
|
H A D | main_wnd.h | 70 virtual void QueueUIThreadCallback(int msg_id, void* data) = 0; 103 virtual void QueueUIThreadCallback(int msg_id, void* data);
|
H A D | main_wnd.cc | 228 void MainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback() function in MainWnd
|
/aosp_15_r20/external/webrtc/examples/peerconnection/client/linux/ |
H A D | main_wnd.h | 55 virtual void QueueUIThreadCallback(int msg_id, void* data);
|
H A D | main_wnd.cc | 220 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback() function in GtkMainWnd
|