Home
last modified time | relevance | path

Searched refs:DispatchInputData (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ipc/
Dipc_channel_reader.cc32 if (!DispatchInputData(input_buf_, bytes_read)) in ProcessIncomingMessages()
38 return DispatchInputData(input_buf_, bytes_read); in AsyncReadComplete()
52 bool ChannelReader::DispatchInputData(const char* input_data, in DispatchInputData() function in IPC::internal::ChannelReader
Dipc_channel_reader.h91 bool DispatchInputData(const char* input_data, int input_data_len);