OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueueUIThreadCallback
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h
67
virtual void
QueueUIThreadCallback
(int msg_id, void* data) = 0;
101
virtual void
QueueUIThreadCallback
(int msg_id, void* data);
conductor.cc
162
main_wnd_->
QueueUIThreadCallback
(NEW_STREAM_ADDED,
169
main_wnd_->
QueueUIThreadCallback
(STREAM_REMOVED,
226
main_wnd_->
QueueUIThreadCallback
(PEER_CONNECTION_CLOSED, NULL);
329
main_wnd_->
QueueUIThreadCallback
(SEND_MESSAGE_TO_PEER, NULL);
539
main_wnd_->
QueueUIThreadCallback
(SEND_MESSAGE_TO_PEER, msg);
main_wnd.cc
216
void MainWnd::
QueueUIThreadCallback
(int msg_id, void* data) {
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h
48
virtual void
QueueUIThreadCallback
(int msg_id, void* data);
main_wnd.cc
187
void GtkMainWnd::
QueueUIThreadCallback
(int msg_id, void* data) {
Completed in 68 milliseconds