HomeSort by relevance Sort by last modified time
    Searched refs:deliverNextEvent (Results 1 - 2 of 2) sorted by null

  /system/chre/core/include/chre/core/
event_loop.h 304 bool deliverNextEvent(const UniquePtr<Nanoapp>& app);
  /system/chre/core/
event_loop.cc 316 havePendingEvents |= deliverNextEvent(app);
323 bool EventLoop::deliverNextEvent(const UniquePtr<Nanoapp>& app) {

Completed in 64 milliseconds