Home
last modified time | relevance | path

Searched refs:platform_chreDebugDumpVaLog (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Ddebug_dump.h34 void platform_chreDebugDumpVaLog(const char *formatStr, va_list args);
/system/chre/platform/shared/
Dchre_api_re.cc77 DLL_EXPORT void platform_chreDebugDumpVaLog(const char *formatStr, in platform_chreDebugDumpVaLog() function
88 platform_chreDebugDumpVaLog(formatStr, args); in chreDebugDumpLog()
Dnanoapp_loader.cc238 ADD_EXPORTED_C_SYMBOL(platform_chreDebugDumpVaLog),
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc300 auto *fptr = CHRE_NSL_LAZY_LOOKUP(platform_chreDebugDumpVaLog); in chreDebugDumpLog()