Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_loader.h149 DynamicVector<void (*)(void)> mAtexitFunctions; variable
/system/chre/platform/shared/
Dnanoapp_loader.cc336 if (!mAtexitFunctions.push_back(function)) { in registerAtexitFunction()
906 while (!mAtexitFunctions.empty()) { in callAtexitFunctions()
907 LOGV("Calling atexit at %p", mAtexitFunctions.back()); in callAtexitFunctions()
908 mAtexitFunctions.back()(); in callAtexitFunctions()
909 mAtexitFunctions.pop_back(); in callAtexitFunctions()