Home
last modified time | relevance | path

Searched refs:MESSAGE_PIPE (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch21 - case Dispatcher::Type::MESSAGE_PIPE:
43 +// case Dispatcher::Type::MESSAGE_PIPE:
73 - handle_count[Dispatcher::Type::MESSAGE_PIPE];
105 +// handle_count[Dispatcher::Type::MESSAGE_PIPE];
/external/libchrome/mojo/core/
Dhandle_table_unittest.cc32 Type GetType() const override { return Type::MESSAGE_PIPE; } in GetType()
Ddispatcher.h60 MESSAGE_PIPE, enumerator
Ddispatcher.cc167 case Type::MESSAGE_PIPE: in Deserialize()
Dmessage_pipe_dispatcher.cc128 return Type::MESSAGE_PIPE; in GetType()
Dcore.cc608 dispatcher0->GetType() != Dispatcher::Type::MESSAGE_PIPE || in FuseMessagePipes()
609 dispatcher1->GetType() != Dispatcher::Type::MESSAGE_PIPE) in FuseMessagePipes()