Searched refs:amfd (Results 1 - 5 of 5) sorted by last modified time

/system/core/debuggerd/
H A Dbacktrace.c116 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, argument
120 log.amfd = amfd;
H A Dbacktrace.h28 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
H A Dtombstone.c673 if (log->amfd >= 0) {
680 TEMP_FAILURE_RETRY( write(log->amfd, &datum, 4) );
682 TEMP_FAILURE_RETRY( write(log->amfd, &datum, 4) );
715 if (log->amfd >= 0) {
717 TEMP_FAILURE_RETRY( write(log->amfd, &eodMarker, 1) );
719 TEMP_FAILURE_RETRY( read(log->amfd, &eodMarker, 1) );
782 int amfd = socket(PF_UNIX, SOCK_STREAM, 0); local
783 if (amfd >= 0) {
790 err = TEMP_FAILURE_RETRY( connect(amfd, (struct sockaddr*) &address, sizeof(address)) );
795 err = setsockopt(amfd, SOL_SOCKE
[all...]
H A Dutility.c63 want_amfd_write = IS_AT_FAULT(scopeFlags) && !IS_SENSITIVE(scopeFlags) && log && log->amfd >= 0;
79 int written = write_to_am(log->amfd, buf, len);
82 log->amfd = -1;
H A Dutility.h28 int amfd; member in struct:__anon291

Completed in 55 milliseconds