Searched refs:logFormat (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/chre/platform/shared/ |
H A D | log_buffer.cc | 35 const char *logFormat, ...) { in handleLog() argument 37 va_start(args, logFormat); in handleLog() 38 handleLogVa(logLevel, timestampMs, logFormat, args); in handleLog() 43 const char *logFormat, va_list args) { in handleLogVa() argument 46 int logLenSigned = vsnprintf(tempBuffer, maxLogLen, logFormat, args); in handleLogVa()
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/ |
H A D | log_buffer.h | 102 const char *logFormat, ...); 110 const char *logFormat, va_list args);
|
/aosp12/frameworks/av/media/libnblog/include/media/nblog/ |
H A D | Writer.h | 59 void logFormat(const char *fmt, log_hash_t hash, ...);
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | TypedLogger.h | 89 x->logFormat((fmt), hash(__FILE__, __LINE__), ##__VA_ARGS__); } \
|
/aosp12/system/logging/logcat/ |
H A D | logcat.cpp | 857 const char* logFormat = getenv("ANDROID_PRINTF_LOG"); in Run() local 859 if (!!logFormat) { in Run() 860 for (const auto& arg : Split(logFormat, delimiters)) { in Run()
|
/aosp12/frameworks/av/media/libnblog/ |
H A D | Writer.cpp | 110 void Writer::logFormat(const char *fmt, log_hash_t hash, ...) in logFormat() function in android::NBLog::Writer
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |