Searched defs:postEvent (Results 1 - 2 of 2) sorted by relevance

/system/chre/core/
H A Dnanoapp.cc53 void Nanoapp::postEvent(Event *event) { function in class:chre::Nanoapp
H A Devent_loop.cc245 bool EventLoop::postEvent(uint16_t eventType, void *eventData, function in class:chre::EventLoop
256 // postEvent method will fail if a non-system event is posted when the
284 postEvent(0, nullptr, nullptr, kSystemInstanceId, kSystemInstanceId);
372 app->postEvent(event);
442 postEvent(eventType, info, freeEventDataCallback);

Completed in 411 milliseconds