Searched refs:eventLoop (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/chre/platform/shared/ |
H A D | chre_api_core.cc | 56 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendEvent() local 57 if (eventLoop.currentNanoappIsStopping()) { in chreSendEvent() 61 success = eventLoop.postLowPriorityEventOrFree( in chreSendEvent() 83 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendMessageWithPermissions() local 84 if (eventLoop.currentNanoappIsStopping()) { in chreSendMessageWithPermissions()
|
/aosp12/system/chre/apps/unload_tester/ |
H A D | unload_tester.cc | 43 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnload() local 47 if (!eventLoop.findNanoappInstanceIdByAppId(kSpammerAppId, &instanceId)) { in handleUnload() 49 } else if (!eventLoop.unloadNanoapp(instanceId, true)) { in handleUnload()
|
/aosp12/system/chre/platform/slpi/ |
H A D | host_link.cc | 227 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in buildNanoappListResponse() local 228 eventLoop.forEachNanoapp(nanoappAdderCallback, cbData); in buildNanoappListResponse() 238 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in finishLoadingNanoappCallback() local 240 cbData->nanoapp->isLoaded() && eventLoop.startNanoapp(cbData->nanoapp); in finishLoadingNanoappCallback() 259 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnloadNanoappCallback() local 260 if (!eventLoop.findNanoappInstanceIdByAppId(cbData->appId, &instanceId)) { in handleUnloadNanoappCallback() 264 eventLoop.unloadNanoapp(instanceId, cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()
|
/aosp12/system/chre/platform/android/ |
H A D | host_link.cc | 132 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleNanoappListRequest() local 133 eventLoop.forEachNanoapp(nanoappAddCallback, &response); in handleNanoappListRequest()
|
/aosp12/system/chre/core/ |
H A D | host_comms_manager.cc | 108 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in deliverNanoappMessageFromHost() local 115 if (eventLoop.findNanoappInstanceIdByAppId(craftedMessage->appId, in deliverNanoappMessageFromHost()
|
H A D | event_loop.cc | 154 EventLoop &eventLoop = eventLoopManager->getEventLoop(); in startNanoapp() local 165 } else if (eventLoop.findNanoappInstanceIdByAppId(nanoapp->getAppId(), in startNanoapp()
|
/aosp12/hardware/ril/libril/ |
H A D | ril.cpp | 353 eventLoop(void *param) { in eventLoop() function 402 int result = pthread_create(&s_tid_dispatch, &attr, eventLoop, NULL); in RIL_startEventLoop()
|