HomeSort by relevance Sort by last modified time
    Searched refs:audit_get_reply (Results 1 - 3 of 3) sorted by null

  /system/core/logd/
libaudit.h 81 extern int audit_get_reply(int fd, struct audit_message *rep, reply_t block,
libaudit.c 49 rc = audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, MSG_PEEK);
55 audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, 0);
199 audit_get_reply(fd, &rep, GET_REPLY_NONBLOCKING, 0);
209 int audit_get_reply(int fd, struct audit_message *rep, reply_t block, int peek) function
LogAudit.cpp 58 if (audit_get_reply(cli->getSocket(), &rep, GET_REPLY_BLOCKING, 0) < 0) {
59 SLOGE("Failed on audit_get_reply with error: %s", strerror(errno));

Completed in 49 milliseconds