Home | History | Annotate | Download | only in libcutils

Lines Matching refs:outgoing

184     /** Used to write outgoing header. */
264 /** Frees a simple, i.e. header-only, outgoing packet. */
266 ALOGD("Freeing outgoing packet.");
278 /** Sets up the buffer for the outgoing header. */
413 // Clear outgoing packet queue.
450 static bool peerProxyWriteFromBuffer(PeerProxy* peerProxy, Buffer* outgoing) {
451 ssize_t size = bufferWrite(outgoing, peerProxy->fd->fd);
456 return bufferWriteComplete(outgoing);
513 * Writes some outgoing data.
800 * Frees an outgoing packet containing a connection.
1121 ALOGD("Freeing outgoing packet.");