Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Devent_loop.h148 size_t getNanoappCount() const;
/system/chre/core/
Devent_loop.cc201 size_t EventLoop::getNanoappCount() const { in getNanoappCount() function in chre::EventLoop
/system/chre/platform/slpi/
Dhost_link.cc122 size_t expectedNanoappCount = eventLoop->getNanoappCount(); in constructNanoappListCallback()