OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DispatchInputData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ipc/
ipc_channel_reader.cc
32
if (!
DispatchInputData
(input_buf_, bytes_read))
38
return
DispatchInputData
(input_buf_, bytes_read);
52
bool ChannelReader::
DispatchInputData
(const char* input_data,
86
TRACE_EVENT1("ipc", "ChannelReader::
DispatchInputData
", "name", name);
88
TRACE_EVENT2("ipc", "ChannelReader::
DispatchInputData
",
ipc_channel_reader.h
91
bool
DispatchInputData
(const char* input_data, int input_data_len);
95
// We read from the pipe into this buffer. Managed by
DispatchInputData
, do
Completed in 362 milliseconds