Home
last modified time | relevance | path

Searched refs:getCurrentEventLoop (Results 1 – 9 of 9) sorted by relevance

/system/chre/platform/linux/
Dinit.cc37 chre::getCurrentEventLoop()->stop(); in signalHandler()
46 chre::EventLoop& eventLoop = *chre::getCurrentEventLoop(); in main()
Devent_loop.cc28 EventLoop *getCurrentEventLoop() { in getCurrentEventLoop() function
/system/chre/core/
Devent_loop.cc37 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()
Devent_loop_manager.cc26 chre::EventLoop *eventLoop = getCurrentEventLoop(); in validateChreApiCall()
Dhost_comms_manager.cc33 EventLoop *eventLoop = chre::getCurrentEventLoop(); in sendMessageToHostFromCurrentNanoapp()
/system/chre/platform/shared/
Dchre_api_re.cc43 return chre::getCurrentEventLoop()->getTimerPool().setTimer(nanoapp, in chreTimerSet()
49 return chre::getCurrentEventLoop()->getTimerPool().cancelTimer(nanoapp, in chreTimerCancel()
/system/chre/platform/include/chre/platform/
Dcontext.h32 EventLoop *getCurrentEventLoop();
/system/chre/platform/slpi/
Dinit.cc125 EventLoop *getCurrentEventLoop() { in getCurrentEventLoop() function
Dhost_link.cc121 EventLoop *eventLoop = getCurrentEventLoop(); in constructNanoappListCallback()
171 EventLoop *eventLoop = getCurrentEventLoop(); in finishLoadingNanoappCallback()