HomeSort by relevance Sort by last modified time
    Searched refs:input_buf_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
ipc_channel_reader.cc 15 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);
ipc_channel_reader.h 97 char input_buf_[Channel::kReadBufferSize]; member in class:IPC::internal::ChannelReader

Completed in 519 milliseconds