Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.h106 virtual void UIThreadCallback(int msg_id, void* data);
Dmain_wnd.h32 virtual void UIThreadCallback(int msg_id, void* data) = 0;
Dconductor.cc434 void Conductor::UIThreadCallback(int msg_id, void* data) { in UIThreadCallback() function in Conductor
Dmain_wnd.cc139 callback_->UIThreadCallback(static_cast<int>(msg->wParam), in PreTranslateMessage()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc109 cb_data->callback->UIThreadCallback(cb_data->msg_id, cb_data->data); in HandleUIThreadCallback()