Home
last modified time | relevance | path

Searched refs:UI_THREAD_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h77 UI_THREAD_CALLBACK = WM_APP + 1, enumerator
Dmain_wnd.cc138 } else if (msg->hwnd == NULL && msg->message == UI_THREAD_CALLBACK) { in PreTranslateMessage()
217 ::PostThreadMessage(ui_thread_id_, UI_THREAD_CALLBACK, in QueueUIThreadCallback()