Home
last modified time | relevance | path

Searched refs:processEvent (Results 1 – 5 of 5) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dtimer_set_test.cc79 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent() function in general_test::TimerSetTest::Stage
180 stage->processEvent(timestamp, this); in handleEvent()
Dtimer_set_test.h47 void processEvent(uint64_t timestamp, TimerSetTest *test);
/system/chre/core/include/chre/core/
Dnanoapp.h180 void processEvent(Event *event);
/system/chre/core/
Dnanoapp.cc140 void Nanoapp::processEvent(Event *event) { in processEvent() function in chre::Nanoapp
Devent_loop.cc486 app->processEvent(event); in deliverNextEvent()