Home | History | Annotate | Download | only in ipc

Lines Matching full:channel

15 // platform-specific IPC channel implementations.
22 // writing to the channel is much simpler and has very little common
34 // them. Returns false on channel error. True indicates that everything
46 // like the "hello" message sent on channel set-up.
50 // sent on channel set-up.
62 // buffer size). On READ_FAILED, the channel will be closed.
73 // on success. False means a fatal channel error.
83 // Handles internal messages, like the hello message sent on channel startup.
87 // Takes the given data received from the IPC channel and dispatches any
90 // Returns true on success. False means channel error.
97 char input_buf_[Channel::kReadBufferSize];