Searched refs:input_buf_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_reader.cc15 memset(input_buf_, 0, sizeof(input_buf_));
24 ReadState read_state = ReadData(input_buf_, Channel::kReadBufferSize,
32 if (!DispatchInputData(input_buf_, bytes_read))
38 return DispatchInputData(input_buf_, bytes_read);
H A Dipc_channel_reader.h97 char input_buf_[Channel::kReadBufferSize]; member in class:IPC::internal::ChannelReader

Completed in 99 milliseconds