Home
last modified time | relevance | path

Searched refs:mEventQueue (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/include/chre/core/
Dnanoapp.h113 mEventQueue.push(event); in postEvent()
122 return !mEventQueue.empty(); in hasPendingEvent()
175 EventRefQueue mEventQueue; variable
/system/chre/core/
Dnanoapp.cc80 Event *event = mEventQueue.pop(); in processNextEvent()