Home
last modified time | relevance | path

Searched refs:removeWatch (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Drun_loop.hpp53 void removeWatch(int fd);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Drun_loop.cpp108 void RunLoop::removeWatch(int fd) { in removeWatch() function in mbgl::util::RunLoop
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Drun_loop.cpp196 void RunLoop::removeWatch(int fd) { in removeWatch() function in mbgl::util::RunLoop
H A Dhttp_file_source.cpp271 util::RunLoop::Get()->removeWatch(s); in handleSocket()