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.h216 DynamicVector<struct AtExitCallback> mAtexitFunctions; variable
/system/chre/platform/shared/
Dnanoapp_loader.cc387 if (!mAtexitFunctions.push_back(cb)) { in registerAtexitFunction()
766 while (!mAtexitFunctions.empty()) { in callAtexitFunctions()
767 struct AtExitCallback cb = mAtexitFunctions.back(); in callAtexitFunctions()
775 mAtexitFunctions.pop_back(); in callAtexitFunctions()