Searched defs:Nanoapp (Results 1 – 5 of 5) sorted by relevance
42 ### Static Nanoapps65 ### Preloaded Nanoapps98 ### Fully Dynamic Nanoapps
25 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() argument29 void MemoryManager::doFree(Nanoapp * /* app */, void *ptr) { in doFree() argument
23 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() argument27 void MemoryManager::doFree(Nanoapp * /* app */, void *ptr) { in doFree() argument
71 class Nanoapp; variable
39 Nanoapp::Nanoapp() in Nanoapp() function in chre::Nanoapp42 Nanoapp::Nanoapp(uint16_t instanceId) { in Nanoapp() function in chre::Nanoapp