Searched refs:audit_get_reply (Results 1 – 3 of 3) sorted by relevance
/system/core/logd/ |
D | libaudit.c | 43 rc = audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, MSG_PEEK); in get_ack() 49 audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, 0); in get_ack() 181 audit_get_reply(fd, &rep, GET_REPLY_NONBLOCKING, 0); in audit_setup() 198 int audit_get_reply(int fd, struct audit_message* rep, reply_t block, int peek) { in audit_get_reply() function
|
D | libaudit.h | 78 extern int audit_get_reply(int fd, struct audit_message* rep, reply_t block,
|
D | LogAudit.cpp | 93 if (audit_get_reply(cli->getSocket(), &rep, GET_REPLY_BLOCKING, 0) < 0) { in onDataAvailable()
|