Searched defs:Nanoapp (Results 1 – 2 of 2) sorted by relevance
23 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() argument27 void MemoryManager::doFree(Nanoapp * /* app */, void *ptr) { in doFree() argument
37 Nanoapp::Nanoapp() { in Nanoapp() function in chre::Nanoapp