Lines Matching refs:logMsg
399 if ((retval > 0) && !transp->logMsg.entry.len) { in android_logger_list_read()
405 &transp->logMsg); in android_logger_list_read()
421 &transp->logMsg); in android_logger_list_read()
428 if ((transp->ret > 0) && transp->logMsg.entry.len && in android_logger_list_read()
429 (!oldest || (oldest->logMsg.entry.sec > transp->logMsg.entry.sec) || in android_logger_list_read()
430 ((oldest->logMsg.entry.sec == transp->logMsg.entry.sec) && in android_logger_list_read()
431 (oldest->logMsg.entry.nsec > transp->logMsg.entry.nsec)))) { in android_logger_list_read()
450 if (ret < oldest->logMsg.entry.hdr_size) { in android_logger_list_read()
453 (oldest->logMsg.entry.hdr_size > sizeof(oldest->logMsg) in android_logger_list_read()
454 ? sizeof(oldest->logMsg) in android_logger_list_read()
455 : oldest->logMsg.entry.hdr_size)); in android_logger_list_read()
457 memcpy(log_msg, &oldest->logMsg, ret); in android_logger_list_read()
458 oldest->logMsg.entry.len = 0; /* Mark it as copied */ in android_logger_list_read()