Searched defs:addWatch (Results 1 – 2 of 2) sorted by relevance
92 void RunLoop::addWatch(int fd, Event event, std::function<void(int, Event)>&& cb) { in addWatch() function in mbgl::util::RunLoop
153 void RunLoop::addWatch(int fd, Event event, std::function<void(int, Event)>&& callback) { in addWatch() function in mbgl::util::RunLoop