Searched refs:mEventLoop (Results 1 – 1 of 1) sorted by relevance
103 mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data, callback,135 if (mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data.get(), in deferCallback()182 return mEventLoop.getTimerPool().setSystemTimer(delay, callback, type, in setDelayedCallback()196 return mEventLoop.getTimerPool().cancelSystemTimer(timerHandle); in cancelDelayedCallback()222 return mEventLoop; in getEventLoop()318 EventLoop mEventLoop; variable