Searched refs:formatStr (Results 1 – 13 of 13) sorted by relevance
/system/chre/platform/slpi/ |
D | chre_api_re.cc | 63 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog() argument 66 va_start(args, formatStr); in chreLog() 73 vsnprintf(logBuf, sizeof(logBuf), formatStr, args); in chreLog() 76 ashVaLog(ASH_SOURCE_CHRE, chreLogLevelToAshLogLevel(level), formatStr, args); in chreLog()
|
/system/chre/platform/linux/ |
D | chre_api_re.cc | 23 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog() argument 27 va_start(args, formatStr); in chreLog() 28 vsnprintf(logBuf, sizeof(logBuf), formatStr, args); in chreLog()
|
D | platform_log.cc | 71 void PlatformLog::log(const char *formatStr, ...) { in log() argument 74 va_start(argList, formatStr); in log() 75 int result = vasprintf(&formattedStr, formatStr, argList); in log()
|
/system/chre/util/system/ |
D | debug_dump.cc | 26 const char *formatStr, ...) { in debugDumpPrint() argument 29 va_start(argList, formatStr); in debugDumpPrint() 31 formatStr, argList); in debugDumpPrint()
|
/system/chre/platform/shared/ |
D | pal_system_api.cc | 38 void palSystemApiLog(enum chreLogLevel level, const char *formatStr, ...) { in palSystemApiLog() argument 42 va_start(args, formatStr); in palSystemApiLog() 43 vsnprintf(logBuf, sizeof(logBuf), formatStr, args); in palSystemApiLog()
|
/system/chre/util/include/chre/util/system/ |
D | debug_dump.h | 36 const char *formatStr, ...);
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | platform_log.h | 46 void log(const char *formatStr, ...);
|
/system/chre/pal/include/chre/pal/ |
D | system.h | 80 void (*log)(enum chreLogLevel level, const char *formatStr, ...);
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | re.h | 213 void chreLog(enum chreLogLevel level, const char *formatStr, ...);
|
/system/chre/chre_api/include/chre_api/chre/ |
D | re.h | 218 void chreLog(enum chreLogLevel level, const char *formatStr, ...);
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | re.h | 218 void chreLog(enum chreLogLevel level, const char *formatStr, ...);
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | re.h | 212 void chreLog(enum chreLogLevel level, const char *formatStr, ...);
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 77 void chreLog(enum chreLogLevel level, const char *formatStr, ...);
|