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

  /system/chre/core/include/chre/core/
nanoapp.h 91 bool hasPendingEvent();
111 * event. The hasPendingEvent() method should be tested before invoking this.
  /system/chre/core/
nanoapp.cc 57 bool Nanoapp::hasPendingEvent() {
event_loop.cc 346 if (app->hasPendingEvent()) {
364 return app->hasPendingEvent();
  /frameworks/base/cmds/statsd/src/metrics/duration_helper/
MaxDurationTracker.cpp 205 bool hasPendingEvent =
214 hasPendingEvent = true;
237 return !hasPendingEvent;

Completed in 590 milliseconds