Home
last modified time | relevance | path

Searched defs:Nanoapp (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/platform/linux/
H A Dmemory_manager.cc23 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() argument
27 void MemoryManager::doFree(Nanoapp * /* app */, void *ptr) { in doFree() argument
/aosp12/system/chre/core/
H A Dnanoapp.cc37 Nanoapp::Nanoapp() { in Nanoapp() function in chre::Nanoapp