Searched defs:Nanoapp (Results 1 – 6 of 6) sorted by relevance
42 ### Static Nanoapps65 ### Preloaded Nanoapps98 ### Fully Dynamic Nanoapps
21 void* MemoryManager::doAlloc(Nanoapp*, uint32_t size) { in doAlloc() argument25 void MemoryManager::doFree(Nanoapp*, void* ptr) { chre::memoryFree(ptr); } in doFree() argument
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
39 Nanoapp::Nanoapp() in Nanoapp() function in chre::Nanoapp42 Nanoapp::Nanoapp(uint16_t instanceId) { in Nanoapp() function in chre::Nanoapp
71 class Nanoapp; variable