Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_read.h99 uint32_t lid; /* log id of the payload */ member
118 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member
179 return static_cast<log_id_t>(entry.lid); in id()
/system/core/liblog/include_vndk/log/
Dlog_read.h99 uint32_t lid; /* log id of the payload */ member
118 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member
179 return static_cast<log_id_t>(entry.lid); in id()
/system/core/logd/tests/
Dlogd_test.cpp213 int lid) { in dump_log_msg() argument
225 version = (msg->entry_v3.lid < LOG_ID_MAX) ? 3 : 2; in dump_log_msg()
250 lid = msg->entry.lid; in dump_log_msg()
254 switch (lid) { in dump_log_msg()
277 if (lid >= 0) { in dump_log_msg()
278 fprintf(stderr, "lid=%d ", lid); in dump_log_msg()
/system/core/liblog/
Dpmsg_reader.c232 log_msg->entry_v4.lid = buf.l.id; in pmsgRead()
409 (names->id == transp.logMsg.entry.lid) && (names->prio == *msg)) { in __android_log_pmsg_file_read()
426 names->id = transp.logMsg.entry.lid; in __android_log_pmsg_file_read()
Dstderr_write.c172 log_msg.entry.lid = logId; in stderrWrite()
Dlocal_logger.c413 log_msg->entry_v3.lid = logId; in writeToLocalRead()
Dlogprint.c1008 (((struct logger_entry_v3*)buf)->lid == LOG_ID_SECURITY)) { in android_log_processBinaryLogBuffer()
/system/core/logd/
DLogBufferElement.cpp215 entry.lid = mLogId; in flushTo()