Searched refs:WPEContextThread (Results 1 – 4 of 4) sorted by relevance
124 class WPEContextThread {126 static WPEContextThread& singleton();128 WPEContextThread();129 ~WPEContextThread();
57 static WPEContextThread *s_view = NULL;59 WPEContextThread& WPEContextThread::singleton() in singleton()64 s_view = new WPEContextThread; in singleton()72 WPEContextThread::WPEContextThread() in WPEContextThread() function in WPEContextThread87 WPEContextThread::~WPEContextThread() in ~WPEContextThread()99 void WPEContextThread::dispatch(Function func) in dispatch()147 gpointer WPEContextThread::s_viewThread(gpointer data) in s_viewThread()149 auto& view = *static_cast<WPEContextThread*>(data); in s_viewThread()160 auto& view = *static_cast<WPEContextThread*>(data); in s_viewThread()337 WPEView* WPEContextThread::createWPEView(GstWpeVideoSrc* src, GstGLContext* context, GstGLDisplay* … in createWPEView()[all …]
287 auto & thread = WPEContextThread::singleton (); in gst_wpe_video_src_start()
5042 When WPEContextThread::dispatch() is invoked it means the thread has already15061 WPEContextThread and the blocking dispatch when unreffing wants to run15062 something on the WPEContextThread however images_mutex has already been15417 another (or the same) wpesrc is on the WPEContextThread and e.g. posts a20207 done from our WPEView, not from the WPEContextThread. This fixes issues where21159 - WPEContextThread handles the persistent WebKit thread, where all WebKit API21161 - WPEView: is created from the WPEContextThread. It handles the WebView and