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

  /system/core/logd/
libaudit.h 36 GET_REPLY_BLOCKING=0,
libaudit.c 49 rc = audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, MSG_PEEK);
55 audit_get_reply(fd, &rep, GET_REPLY_BLOCKING, 0);
LogAudit.cpp 47 if (audit_get_reply(cli->getSocket(), &rep, GET_REPLY_BLOCKING, 0) < 0) {

Completed in 164 milliseconds