Searched refs:peerFd (Results 1 – 1 of 1) sorted by relevance
134 FileDescriptor peerFd = null; in run() local137 peerFd = Os.accept(serverFd, null /* peerAddress */); in run()138 if (MORE_DEBUG) Slog.v(TAG, "Got debuggerd socket " + peerFd); in run()139 if (peerFd != null) { in run()142 consumeNativeCrashData(peerFd); in run()149 if (peerFd != null) { in run()151 Os.write(peerFd, ackSignal, 0, 1); in run()159 Os.close(peerFd); in run()