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

  /system/chre/core/
event_loop_manager.cc 45 } else if (!mEventLoop.logStateToBuffer(debugStr, &debugStrPos,
69 return mEventLoop.postEvent(static_cast<uint16_t>(type), data, callback,
timer_pool.cc 26 : mEventLoop(eventLoop) {
177 success = mEventLoop.postEvent(CHRE_EVENT_TIMER,
  /system/chre/core/include/chre/core/
event_loop_manager.h 128 return mEventLoop;
195 EventLoop mEventLoop;
timer_pool.h 126 EventLoop& mEventLoop;

Completed in 529 milliseconds