Lines Matching refs:logMsg
331 while (pmsgRead(&logger_list, &transp, &transp.logMsg) > 0) { in __android_log_pmsg_file_read()
333 size_t hdr_size = transp.logMsg.entry.hdr_size ? in __android_log_pmsg_file_read()
334 transp.logMsg.entry.hdr_size : sizeof(transp.logMsg.entry_v1); in __android_log_pmsg_file_read()
335 char *msg = (char *)&transp.logMsg + hdr_size; in __android_log_pmsg_file_read()
339 if ((transp.logMsg.entry.nsec % ANDROID_LOG_PMSG_FILE_SEQUENCE) || in __android_log_pmsg_file_read()
340 ((transp.logMsg.entry.nsec / ANDROID_LOG_PMSG_FILE_SEQUENCE) >= in __android_log_pmsg_file_read()
346 len = transp.logMsg.entry.len - sizeof(prio); in __android_log_pmsg_file_read()
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()
467 if (transp.logMsg.entry.nsec == content->entry.nsec) { in __android_log_pmsg_file_read()
475 hdr_size + transp.logMsg.entry.len); in __android_log_pmsg_file_read()
480 memcpy(&content->entry, &transp.logMsg.entry, in __android_log_pmsg_file_read()
481 hdr_size + transp.logMsg.entry.len); in __android_log_pmsg_file_read()
486 transp.logMsg.entry.nsec) { in __android_log_pmsg_file_read()