Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dnanoapp.h125 mEventQueue.push(event); in postEvent()
134 return !mEventQueue.empty(); in hasPendingEvent()
242 EventRefQueue mEventQueue; variable
/system/chre/core/
Dnanoapp.cc126 Event *event = mEventQueue.pop(); in processNextEvent()