Searched refs:EVENT_TYPE_STRING (Results 1 – 16 of 16) sorted by relevance
/aosp12/system/logging/liblog/include/log/ |
H A D | log.h | 104 EVENT_TYPE_STRING = 2, enumerator
|
/aosp12/frameworks/native/services/surfaceflinger/EventLog/ |
H A D | EventLog.cpp | 124 mStorage[mPos + 0] = EVENT_TYPE_STRING; in writeString()
|
/aosp12/system/logging/liblog/ |
H A D | logger_write.cpp | 483 char type = EVENT_TYPE_STRING; in __android_log_bswrite() 506 char type = EVENT_TYPE_STRING; in __android_log_security_bswrite()
|
H A D | README.protocol.md | 58 int8_t type; // EVENT_TYPE_STRING;
|
H A D | log_event_list.cpp | 226 event_string->type = EVENT_TYPE_STRING; in android_log_write_string8_len() 456 case EVENT_TYPE_STRING: { in android_log_read_next_internal()
|
H A D | logprint.cpp | 699 static const unsigned char typeTable[] = {EVENT_TYPE_INT, EVENT_TYPE_LONG, EVENT_TYPE_STRING, in android_log_printBinaryEvent() 769 case EVENT_TYPE_STRING: in android_log_printBinaryEvent()
|
/aosp12/frameworks/base/core/proto/android/util/ |
H A D | log.proto | 73 EVENT_TYPE_STRING = 2; enumerator
|
/aosp12/system/core/libstats/push_compat/ |
H A D | stats_event_list.c | 232 context->storage[context->pos + 0] = EVENT_TYPE_STRING; in android_log_write_char_array()
|
/aosp12/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 143 __android_log_btwrite(0, EVENT_TYPE_STRING, Buf, sizeof(Buf) - 1)); in TEST() 365 if (!eventData || (eventData->type != EVENT_TYPE_STRING)) { in bswrite_test() 1908 ASSERT_EQ(EVENT_TYPE_STRING, event_string_subtag->type); in android_errorWriteWithInfoLog_helper() 1927 ASSERT_EQ(EVENT_TYPE_STRING, event_string_data->type); in android_errorWriteWithInfoLog_helper() 2034 ASSERT_EQ(EVENT_TYPE_STRING, event_string_subtag->type); in TEST() 2061 (type == EVENT_TYPE_STRING) || (type == EVENT_TYPE_FLOAT)); in is_real_element() 2159 case EVENT_TYPE_STRING: in android_log_buffer_to_string()
|
/aosp12/system/logging/logd/ |
H A D | LogBufferElement.cpp | 254 event->type = EVENT_TYPE_STRING; in PopulateDroppedMessage()
|
H A D | LogAudit.cpp | 273 event->type = EVENT_TYPE_STRING; in logPrint()
|
H A D | LogTags.cpp | 336 if (elem.type != EVENT_TYPE_STRING) { in ReadPersistEventLogTags() 341 if (elem.type != EVENT_TYPE_STRING) { in ReadPersistEventLogTags()
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | Section.cpp | 650 case EVENT_TYPE_STRING: in BlockingCall() 652 BinaryLogEntry::Elem::EVENT_TYPE_STRING); in BlockingCall()
|
/aosp12/bionic/libc/async_safe/ |
H A D | async_safe_log.cpp | 75 EVENT_TYPE_STRING = 2, enumerator
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_Binder.cpp | 1312 **pos = EVENT_TYPE_STRING; in push_eventlog_string()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 41917 Landroid/os/StatsLogEventWrapper;->EVENT_TYPE_STRING:I 60901 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_STRING:I
|