Home
last modified time | relevance | path

Searched refs:getCurrentNanoapp (Results 1 – 4 of 4) sorted by relevance

/system/chre/core/include/chre/core/
Devent_loop.h140 Nanoapp *getCurrentNanoapp() const;
/system/chre/core/
Devent_loop_manager.cc29 chre::Nanoapp *currentNanoapp = eventLoop->getCurrentNanoapp(); in validateChreApiCall()
Dhost_comms_manager.cc36 Nanoapp *currentApp = eventLoop->getCurrentNanoapp(); in sendMessageToHostFromCurrentNanoapp()
Devent_loop.cc196 Nanoapp *EventLoop::getCurrentNanoapp() const { in getCurrentNanoapp() function in chre::EventLoop