Home
last modified time | relevance | path

Searched refs:isRegisteredForBroadcastEvent (Results 1 – 3 of 3) sorted by relevance

/system/chre/core/include/chre/core/
Dnanoapp.h94 bool isRegisteredForBroadcastEvent(uint16_t eventType,
/system/chre/core/
Dnanoapp.cc52 bool Nanoapp::isRegisteredForBroadcastEvent(uint16_t eventType, in isRegisteredForBroadcastEvent() function in chre::Nanoapp
Devent_loop.cc419 app->isRegisteredForBroadcastEvent(event->eventType, in distributeEvent()