Searched refs:android_log_processBinaryLogBuffer (Results 1 – 8 of 8) sorted by relevance
/system/core/debuggerd/libdebuggerd/test/ |
D | log_fake.cpp | 89 extern "C" int android_log_processBinaryLogBuffer( in android_log_processBinaryLogBuffer() function
|
/system/logging/liblog/include/log/ |
D | logprint.h | 132 int android_log_processBinaryLogBuffer(struct logger_entry* buf,
|
/system/unwinding/libunwindstack/tests/ |
D | LogFake.cpp | 98 extern "C" int android_log_processBinaryLogBuffer( in android_log_processBinaryLogBuffer() function
|
/system/logging/liblog/ |
D | liblog.map.txt | 88 android_log_processBinaryLogBuffer;
|
D | logprint.cpp | 964 int android_log_processBinaryLogBuffer( in android_log_processBinaryLogBuffer() function
|
/system/logging/logd/ |
D | ReplayMessages.cpp | 87 err = android_log_processBinaryLogBuffer(&buf->entry, &entry, nullptr, binaryMsgBuf, in PrintMessage()
|
/system/logging/logcat/ |
D | logcat.cpp | 229 err = android_log_processBinaryLogBuffer(&buf->entry, &entry, event_tag_map_.get(), in ProcessBuffer()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 383 int processBinaryLogBuffer = android_log_processBinaryLogBuffer( in bswrite_test() 2435 android_log_processBinaryLogBuffer(&log_msg.entry, &entry, nullptr, msgBuf, sizeof(msgBuf)); in create_android_logger()
|