Home
last modified time | relevance | path

Searched refs:processNextEvent (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/core/include/chre/core/
H A Dnanoapp.h179 Event *processNextEvent();
/aosp12/system/chre/core/
H A Dnanoapp.cc125 Event *Nanoapp::processNextEvent() { in processNextEvent() function in chre::Nanoapp
H A Devent_loop.cc410 Event *event = app->processNextEvent(); in deliverNextEvent()