Home | History | Annotate | Download | only in libcutils

Lines Matching refs:CONNECTION

63     /** Request for a connection to another peer. */
66 /** A connection to another peer. */
67 CONNECTION,
69 /** Reports a failed connection attempt. */
80 /** Waiting for a connection from the master. */
95 /** Credentials. Used for CONNECTION and CONNECTION_REQUEST. */
107 /** Connection to peer. Used with CONNECTION. */
363 * Cleans up connection information.
385 LOG_ALWAYS_FATAL("Lost connection to master.");
541 case CONNECTION:
596 * Sends a connection request to the master if desired.
634 // Make sure we can allocate the connection request packet.
654 // Send a connection request to the master.
666 * connection from the master.
673 LOGW("Non-master process %d tried to send us a connection.",
696 // Keep track of which peer proxy we're accepting a connection for.
717 * Accepts a connection sent by the master proxy.
726 // TODO: Reuse code which writes the connection. Who the heck designed
752 // Keep waiting for the connection.
755 LOG_ALWAYS_FATAL("Error reading connection from master: %s",
777 // The peer proxy this connection is for.
780 LOGW("Received connection for unknown peer.");
800 * Frees an outgoing packet containing a connection.
829 packetA->header.type = CONNECTION;
830 packetB->header.type = CONNECTION;
922 case CONNECTION:
1024 /** Accepts a connection to the master peer. */
1026 // Accept connection.
1033 LOGD("Accepted connection as fd %d.", socket);
1053 LOGI("Accepted connection from process %d.", credentials.pid);
1059 // Make sure we don't already have a connection from that process.
1069 // Add connection to the selector.
1334 // Make connection selectable.