Home
last modified time | relevance | path

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

/system/chre/core/
Dnanoapp.cc33 bool Nanoapp::isRegisteredForBroadcastEvent(uint16_t eventType) const { in isRegisteredForBroadcastEvent() function in chre::Nanoapp
38 if (isRegisteredForBroadcastEvent(eventId)) { in registerForBroadcastEvent()
Devent_loop.cc375 && app->isRegisteredForBroadcastEvent(event->eventType)) in distributeEvent()
/system/chre/core/include/chre/core/
Dnanoapp.h91 bool isRegisteredForBroadcastEvent(uint16_t eventType) const;