Home
last modified time | relevance | path

Searched defs:eventLoop (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/chre/platform/shared/
H A Dchre_api_core.cc56 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendEvent() local
83 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendMessageWithPermissions() local
/aosp12/system/chre/apps/unload_tester/
H A Dunload_tester.cc43 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnload() local
/aosp12/system/chre/platform/android/
H A Dhost_link.cc132 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleNanoappListRequest() local
/aosp12/system/chre/core/
H A Dhost_comms_manager.cc108 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in deliverNanoappMessageFromHost() local
H A Devent_loop.cc154 EventLoop &eventLoop = eventLoopManager->getEventLoop(); in startNanoapp() local
/aosp12/system/chre/platform/slpi/
H A Dhost_link.cc227 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in buildNanoappListResponse() local
238 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in finishLoadingNanoappCallback() local
259 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnloadNanoappCallback() local
/aosp12/hardware/ril/libril/
H A Dril.cpp353 eventLoop(void *param) { in eventLoop() function