Home
last modified time | relevance | path

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

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