Searched refs:RunLoop (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | run_loop.cpp | 25 RunLoop::Event watchEvent = RunLoop::Event::None; in onEvent() 28 watchEvent = RunLoop::Event::Read; in onEvent() 31 watchEvent = RunLoop::Event::Write; in onEvent() 34 watchEvent = RunLoop::Event::ReadWrite; in onEvent() 49 std::function<void(int, RunLoop::Event)> eventCallback; 53 RunLoop* RunLoop::Get() { in Get() 54 assert(static_cast<RunLoop*>(Scheduler::GetCurrent())); in Get() 55 return static_cast<RunLoop*>(Scheduler::GetCurrent()); in Get() 58 class RunLoop::Impl { 73 RunLoop::Type type; [all …]
|
| H A D | http_file_source.cpp | 124 void perform(curl_socket_t s, util::RunLoop::Event event); 236 void HTTPFileSource::Impl::perform(curl_socket_t s, util::RunLoop::Event events) { in perform() 239 if (events == util::RunLoop::Event::Read) { in perform() 242 if (events == util::RunLoop::Event::Write) { in perform() 260 util::RunLoop::Get()->addWatch(s, util::RunLoop::Event::Read, in handleSocket() 266 util::RunLoop::Get()->addWatch(s, util::RunLoop::Event::Write, in handleSocket() 271 util::RunLoop::Get()->removeWatch(s); in handleSocket()
|
| H A D | async_task.cpp | 19 auto* loop = reinterpret_cast<uv_loop_t*>(RunLoop::getLoopHandle()); in Impl()
|
| H A D | timer.cpp | 13 auto* loop = reinterpret_cast<uv_loop_t*>(RunLoop::getLoopHandle()); in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | run_loop.cpp | 14 void RunLoop::Impl::onReadEvent(int fd) { in onReadEvent() 18 void RunLoop::Impl::onWriteEvent(int fd) { in onWriteEvent() 22 RunLoop* RunLoop::Get() { in Get() 23 assert(static_cast<RunLoop*>(Scheduler::GetCurrent())); in Get() 24 return static_cast<RunLoop*>(Scheduler::GetCurrent()); in Get() 27 RunLoop::RunLoop(Type type) : impl(std::make_unique<Impl>()) { in RunLoop() function in mbgl::util::RunLoop 40 impl->async = std::make_unique<AsyncTask>(std::bind(&RunLoop::process, this)); in RunLoop() 43 RunLoop::~RunLoop() { in ~RunLoop() 49 LOOP_HANDLE RunLoop::getLoopHandle() { in getLoopHandle() 55 void RunLoop::wake() { in wake() [all …]
|
| H A D | run_loop_impl.hpp | 16 using WatchCallback = std::function<void(int, RunLoop::Event)>; 19 class RunLoop::Impl : public QObject { 25 RunLoop::Type type;
|
| H A D | async_task_impl.hpp | 13 class RunLoop; 30 RunLoop* runLoop;
|
| H A D | async_task.cpp | 12 : runLoop(RunLoop::Get()), in Impl() 24 assert(runLoop == RunLoop::Get()); in runTask()
|
| H A D | qmapboxgl_renderer_observer.hpp | 15 QMapboxGLRendererObserver(mbgl::util::RunLoop& mapRunLoop, mbgl::RendererObserver& delegate_) in QMapboxGLRendererObserver()
|
| H A D | qmapboxgl.cpp | 93 QThreadStorage<std::shared_ptr<mbgl::util::RunLoop>> loop; 587 loop.setLocalData(std::make_shared<mbgl::util::RunLoop>()); in QMapboxGL() 1847 *mbgl::util::RunLoop::Get(), observer); in setObserver()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | thread.hpp | 59 util::RunLoop loop_(util::RunLoop::Type::New); in Thread() 118 loop->invoke(RunLoop::Priority::High, [this] { in pause() 151 util::RunLoop* loop = nullptr;
|
| H A D | run_loop.hpp | 21 class RunLoop : public Scheduler, class 41 RunLoop(Type type = Type::Default); 42 ~RunLoop() override; 44 static RunLoop* Get();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/ |
| H A D | headless_frontend.cpp | 82 util::RunLoop::Get()->runOnce(); in render()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-Fix-build-without-opengl-or-es.patch | 110 #include <wtf/RunLoop.h>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_download.cpp | 304 *workRequestsIt = util::RunLoop::Get()->invokeCancellable([=]() { in ensureResource()
|