Searched refs:mEventLoop (Results 1 – 1 of 1) sorted by relevance
102 mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data, callback,134 if (mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data.get(), in deferCallback()181 return mEventLoop.getTimerPool().setSystemTimer(delay, callback, type, in setDelayedCallback()195 return mEventLoop.getTimerPool().cancelSystemTimer(timerHandle); in cancelDelayedCallback()221 return mEventLoop; in getEventLoop()310 EventLoop mEventLoop; variable