Searched refs:send_log_msg (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dlogd_reader.c263 static ssize_t send_log_msg(struct android_log_logger *logger, function
350 send_log_msg(logger, "clear %d", buf, sizeof(buf)));
359 ssize_t ret = send_log_msg(logger, "getLogSize %d", buf, sizeof(buf));
380 return check_log_success(buf, send_log_msg(NULL, NULL, buf, sizeof(buf)));
393 ssize_t ret = send_log_msg(logger, "getLogSizeUsed %d", buf, sizeof(buf));
444 return send_log_msg(NULL, NULL, buf, len);
452 return send_log_msg(NULL, "getPruneList", buf, len);
470 return check_log_success(buf, send_log_msg(NULL, NULL, buf, len));

Completed in 77 milliseconds