Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogger.h63 uint32_t lid; /* log id of the payload */ member
74 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member
142 return (log_id_t) entry.lid; in id()
/system/core/logd/tests/
Dlogd_test.cpp206 log_msg *msg, unsigned int version, int lid) { in dump_log_msg() argument
237 lid = msg->entry.lid; in dump_log_msg()
241 switch(lid) { in dump_log_msg()
264 if (lid >= 0) { in dump_log_msg()
265 fprintf(stderr, "lid=%d ", lid); in dump_log_msg()
/system/core/liblog/
Dpmsg_reader.c225 log_msg->entry_v4.lid = buf.l.id; in pmsgRead()
396 (names->id == transp.logMsg.entry.lid) && in __android_log_pmsg_file_read()
414 names->id = transp.logMsg.entry.lid; in __android_log_pmsg_file_read()
Dlogprint.c779 (((struct logger_entry_v3 *)buf)->lid == LOG_ID_SECURITY)) { in android_log_processBinaryLogBuffer()
/system/core/logd/
DLogBufferElement.cpp211 entry.lid = mLogId; in flushTo()