HomeSort by relevance Sort by last modified time
    Searched refs:UIThreadCallback (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.h 106 virtual void UIThreadCallback(int msg_id, void* data);
main_wnd.h 32 virtual void UIThreadCallback(int msg_id, void* data) = 0;
conductor.cc 434 void Conductor::UIThreadCallback(int msg_id, void* data) {
main_wnd.cc 139 callback_->UIThreadCallback(static_cast<int>(msg->wParam),
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 109 cb_data->callback->UIThreadCallback(cb_data->msg_id, cb_data->data);

Completed in 66 milliseconds