Searched refs:mEventLoop (Results 1 – 1 of 1) sorted by relevance
111 mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data, callback,143 if (mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data.get(), in deferCallback()190 return mEventLoop.getTimerPool().setSystemTimer(delay, callback, type, in setDelayedCallback()204 return mEventLoop.getTimerPool().cancelSystemTimer(timerHandle); in cancelDelayedCallback()241 return mEventLoop; in getEventLoop()352 EventLoop mEventLoop; variable