Home
last modified time | relevance | path

Searched refs:abortCode (Results 1 – 7 of 7) sorted by relevance

/system/chre/util/
Dcontainer_support.cc38 void chreAbort(uint32_t abortCode) { in chreAbort() argument
41 fprintf(stderr, "Aborting with code %" PRIu32 "\n", abortCode); in chreAbort()
/system/chre/apps/chqts/src/shared/
Dabort.cc26 uint32_t abortCode = UINT32_C(0x10000) + static_cast<uint16_t>(reason); in abort() local
27 chreAbort(abortCode); in abort()
/system/chre/chre_api/legacy/v1_0/chre/
Dre.h286 void chreAbort(uint32_t abortCode);
/system/chre/chre_api/include/chre_api/chre/
Dre.h352 void chreAbort(uint32_t abortCode);
/system/chre/chre_api/legacy/v1_2/chre/
Dre.h352 void chreAbort(uint32_t abortCode);
/system/chre/chre_api/legacy/v1_1/chre/
Dre.h346 void chreAbort(uint32_t abortCode);
/system/chre/platform/shared/
Dchre_api_core.cc34 DLL_EXPORT void chreAbort(uint32_t abortCode) { in chreAbort() argument