Home
last modified time | relevance | path

Searched refs:lid (Results 1 – 7 of 7) sorted by relevance

/system/core/liblog/include_vndk/log/
Dlog_read.h98 uint32_t lid; /* log id of the payload */ member
115 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member
175 return static_cast<log_id_t>(entry.lid); in id()
/system/core/liblog/include/log/
Dlog_read.h98 uint32_t lid; /* log id of the payload */ member
115 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member
175 return static_cast<log_id_t>(entry.lid); in id()
/system/core/logd/tests/
Dlogd_test.cpp245 int lid) { in dump_log_msg() argument
257 version = (msg->entry_v3.lid < LOG_ID_MAX) ? 3 : 2; in dump_log_msg()
282 lid = msg->entry.lid; in dump_log_msg()
286 switch (lid) { in dump_log_msg()
309 if (lid >= 0) { in dump_log_msg()
310 fprintf(stderr, "lid=%d ", lid); in dump_log_msg()
/system/core/liblog/
Dpmsg_reader.cpp226 log_msg->entry_v4.lid = buf.l.id; in pmsgRead()
402 if (!strcmp(names->name, msg + sizeof(prio)) && (names->id == transp.logMsg.entry.lid) && in __android_log_pmsg_file_read()
420 names->id = static_cast<log_id_t>(transp.logMsg.entry.lid); in __android_log_pmsg_file_read()
Dstderr_write.cpp170 log_msg.entry.lid = logId; in stderrWrite()
Dlogprint.cpp1028 (((struct logger_entry_v3*)buf)->lid == LOG_ID_SECURITY)) { in android_log_processBinaryLogBuffer()
/system/core/logd/
DLogBufferElement.cpp250 entry.lid = mLogId; in flushTo()