Home
last modified time | relevance | path

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

/external/webrtc/examples/peerconnection/client/
Dconductor.h114 void UIThreadCallback(int msg_id, void* data) override;
Dmain_wnd.h33 virtual void UIThreadCallback(int msg_id, void* data) = 0;
Dconductor.cc498 void Conductor::UIThreadCallback(int msg_id, void* data) { in UIThreadCallback() function in Conductor
Dmain_wnd.cc152 callback_->UIThreadCallback(static_cast<int>(msg->wParam), in PreTranslateMessage()
/external/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc127 cb_data->callback->UIThreadCallback(cb_data->msg_id, cb_data->data); in HandleUIThreadCallback()