HomeSort by relevance Sort by last modified time
    Searched refs:android_log_event_list (Results 1 - 13 of 13) sorted by null

  /system/core/liblog/include/log/
log_event_list.h 119 class android_log_event_list { class
126 android_log_event_list(const android_log_event_list&) = delete;
127 void operator=(const android_log_event_list&) = delete;
130 explicit android_log_event_list(int tag) : ret(0) { function in class:android_log_event_list
133 explicit android_log_event_list(log_msg& log_msg) : ret(0) { function in class:android_log_event_list
137 ~android_log_event_list() {
168 android_log_event_list& operator<<(int32_t value) {
174 android_log_event_list& operator<<(uint32_t value) {
180 android_log_event_list& operator<<(bool value)
    [all...]
  /system/core/libmetricslogger/
metrics_logger.cpp 42 android_log_event_list log(kSysuiMultiActionTag);
49 android_log_event_list log(kSysuiMultiActionTag);
56 android_log_event_list log(kSysuiMultiActionTag);
  /system/core/liblog/include/private/
android_logger.h 162 class __android_log_event_list : public android_log_event_list {
163 __android_log_event_list(const android_log_event_list&) = delete;
167 explicit __android_log_event_list(int tag) : android_log_event_list(tag) {
170 : android_log_event_list(log_msg) {
  /art/runtime/
monitor_android.cc 38 android_log_event_list ctx(EVENT_LOG_TAG_dvm_lock_sample);
  /system/core/libmetricslogger/include/metricslogger/
metrics_logger.h 45 android_log_event_list logger;
  /frameworks/base/core/jni/
eventlog_helper.h 77 android_log_event_list ctx(tag);
83 android_log_event_list ctx(tag);
89 android_log_event_list ctx(tag);
95 android_log_event_list ctx(tag);
103 android_log_event_list ctx(tag);
  /system/core/logcat/tests/
logcat_test.cpp     [all...]
  /system/security/keystore/
keystore_utils.cpp 103 android_log_event_list(SEC_TAG_KEY_INTEGRITY_VIOLATION)
KeyStore.cpp 399 android_log_event_list(SEC_TAG_KEY_DESTROYED)
key_store_service.cpp 753 android_log_event_list(SEC_TAG_AUTH_KEY_GENERATED)
    [all...]
  /system/core/storaged/
storaged_diskstats.cpp 57 android_log_event_list(EVENTLOGTAG_DISKSTATS)
storaged_info.cpp 139 android_log_event_list(EVENTLOGTAG_EMMCINFO)
  /system/core/logd/
LogTags.cpp 319 android_log_event_list ctx(log_msg);

Completed in 548 milliseconds