Home
last modified time | relevance | path

Searched refs:android_log_event_list (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/logging/liblog/include/log/
H A Dlog_event_list.h103 class android_log_event_list {
108 android_log_event_list(const android_log_event_list&) = delete;
109 void operator=(const android_log_event_list&) = delete;
112 explicit android_log_event_list(int tag) : ret(0) { in android_log_event_list() function
115 ~android_log_event_list() { in ~android_log_event_list()
146 android_log_event_list& operator<<(int32_t value) {
152 android_log_event_list& operator<<(uint32_t value) {
158 android_log_event_list& operator<<(bool value) {
164 android_log_event_list& operator<<(int64_t value) {
170 android_log_event_list& operator<<(uint64_t value) {
[all …]
/aosp12/frameworks/base/core/jni/
H A Deventlog_helper.h77 android_log_event_list ctx(tag); in writeEventInteger()
83 android_log_event_list ctx(tag); in writeEventLong()
89 android_log_event_list ctx(tag); in writeEventFloat()
95 android_log_event_list ctx(tag); in writeEventString()
103 android_log_event_list ctx(tag); in writeEventArray()
/aosp12/system/logging/logcat/tests/
H A Dlogcat_test.cpp1536 android_log_event_list ctx(hhgtg.tagNo); in TEST()
1550 android_log_event_list ctx(sync.tagNo); in TEST()
1560 android_log_event_list ctx(sync.tagNo); in TEST()
1569 android_log_event_list ctx(sync.tagNo); in TEST()
1582 android_log_event_list ctx(sync.tagNo); in TEST()
1591 android_log_event_list ctx(sync.tagNo); in TEST()
1603 android_log_event_list ctx(sync.tagNo); in TEST()
1611 android_log_event_list ctx(sync.tagNo); in TEST()
1619 android_log_event_list ctx(sync.tagNo); in TEST()
1627 android_log_event_list ctx(sync.tagNo); in TEST()
[all …]
/aosp12/art/runtime/
H A Dmonitor_android.cc40 android_log_event_list ctx(EVENT_LOG_TAG_dvm_lock_sample); in LogContentionEvent()
/aosp12/system/security/keystore/
H A Dkeystore_utils.cpp144 android_log_event_list(SEC_TAG_KEY_INTEGRITY_VIOLATION) in log_key_integrity_violation()
/aosp12/system/core/storaged/
H A Dstoraged_info.cpp145 android_log_event_list(EVENTLOGTAG_EMMCINFO) in publish()
H A Dstoraged_diskstats.cpp57 android_log_event_list(EVENTLOGTAG_DISKSTATS) in log_event_disk_stats()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1314 android_log_event_list(LOGTAG_INPUT_FOCUS) << message << reason << LOG_ID_EVENTS; in dispatchFocusLocked()
3095 android_log_event_list(LOGTAG_INPUT_INTERACTION) << message << LOG_ID_EVENTS; in updateInteractionTokensLocked()