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