Searched refs:logMsg (Results 1 – 3 of 3) sorted by relevance
375 if ((retval > 0) && !transp->logMsg.entry.len) { in android_logger_list_read()384 &transp->logMsg); in android_logger_list_read()403 &transp->logMsg); in android_logger_list_read()410 if ((transp->ret > 0) && transp->logMsg.entry.len && in android_logger_list_read()412 (oldest->logMsg.entry.sec > in android_logger_list_read()413 transp->logMsg.entry.sec) || in android_logger_list_read()414 ((oldest->logMsg.entry.sec == in android_logger_list_read()415 transp->logMsg.entry.sec) && in android_logger_list_read()416 (oldest->logMsg.entry.nsec > in android_logger_list_read()417 transp->logMsg.entry.nsec)))) { in android_logger_list_read()[all …]
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()[all …]
122 struct log_msg logMsg; /* valid is logMsg.len != 0 */ member