Home
last modified time | relevance | path

Searched refs:registerAtexitFunction (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_loader.h88 void registerAtexitFunction(void (*function)(void));
/system/chre/platform/shared/
Dnanoapp_loader.cc73 gCurrentlyLoadingNanoapp->registerAtexitFunction(function); in atexitOverride()
335 void NanoappLoader::registerAtexitFunction(void (*function)(void)) { in registerAtexitFunction() function in chre::NanoappLoader