Searched refs:audit_get_reply (Results 1 – 3 of 3) sorted by relevance
/system/core/logd/ |
D | libaudit.cpp | 38 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() 153 audit_get_reply(fd, &rep, GET_REPLY_NONBLOCKING, 0); in audit_setup() 169 int audit_get_reply(int fd, struct audit_message* rep, reply_t block, int peek) { in audit_get_reply() function
|
D | libaudit.h | 77 extern int audit_get_reply(int fd, struct audit_message* rep, reply_t block,
|
D | LogAudit.cpp | 92 if (audit_get_reply(cli->getSocket(), &rep, GET_REPLY_BLOCKING, 0) < 0) { in onDataAvailable()
|