Searched refs:getCurrentEventLoop (Results 1 – 9 of 9) sorted by relevance
37 chre::getCurrentEventLoop()->stop(); in signalHandler()46 chre::EventLoop& eventLoop = *chre::getCurrentEventLoop(); in main()
28 EventLoop *getCurrentEventLoop() { in getCurrentEventLoop() function
37 bool needLock = (getCurrentEventLoop() != this); in findNanoappInstanceIdByAppId()59 bool needLock = (getCurrentEventLoop() != this); in forEachNanoapp()197 CHRE_ASSERT(getCurrentEventLoop() == this); in getCurrentNanoapp()202 CHRE_ASSERT(getCurrentEventLoop() == this); in getNanoappCount()211 bool needLock = (getCurrentEventLoop() != this); in findNanoappByInstanceId()
26 chre::EventLoop *eventLoop = getCurrentEventLoop(); in validateChreApiCall()
33 EventLoop *eventLoop = chre::getCurrentEventLoop(); in sendMessageToHostFromCurrentNanoapp()
43 return chre::getCurrentEventLoop()->getTimerPool().setTimer(nanoapp, in chreTimerSet()49 return chre::getCurrentEventLoop()->getTimerPool().cancelTimer(nanoapp, in chreTimerCancel()
32 EventLoop *getCurrentEventLoop();
125 EventLoop *getCurrentEventLoop() { in getCurrentEventLoop() function
121 EventLoop *eventLoop = getCurrentEventLoop(); in constructNanoappListCallback()171 EventLoop *eventLoop = getCurrentEventLoop(); in finishLoadingNanoappCallback()