Home
last modified time | relevance | path

Searched refs:audit_get_reply (Results 1 – 3 of 3) sorted by relevance

/system/logging/logd/libaudit/
Dlibaudit.cpp38 int rc = audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, MSG_PEEK); in get_ack()
44 audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, 0); in get_ack()
151 audit_get_reply(fd, &rep, GET_REPLY_NONBLOCKING, 0); in audit_setup()
167 int audit_get_reply(int fd, struct audit_message* rep, reply_t block, int peek) { in audit_get_reply() function
/system/logging/logd/libaudit/include/
Dlibaudit.h77 extern int audit_get_reply(int fd, struct audit_message* rep, reply_t block,
/system/logging/logd/
DLogAudit.cpp94 if (audit_get_reply(cli->getSocket(), &rep, GET_REPLY_BLOCKING, 0) < 0) { in onDataAvailable()