Lines Matching refs:logMsg
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()
437 memcpy(log_msg, &oldest->logMsg, oldest->logMsg.entry.len + in android_logger_list_read()
438 (oldest->logMsg.entry.hdr_size ? in android_logger_list_read()
439 oldest->logMsg.entry.hdr_size : in android_logger_list_read()
441 oldest->logMsg.entry.len = 0; /* Mark it as copied */ in android_logger_list_read()