Home
last modified time | relevance | path

Searched refs:ERROR_PORT_CANNOT_SEND_PEER (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/edk/system/ports/
Dnode.h37 ERROR_PORT_CANNOT_SEND_PEER = -15, enumerator
Dnode.cc1062 error = ERROR_PORT_CANNOT_SEND_PEER; in WillSendMessage_Locked()
Dports_unittest.cc884 EXPECT_EQ(ERROR_PORT_CANNOT_SEND_PEER, in TEST_F()
/external/libmojo/mojo/edk/system/
Dmessage_pipe_dispatcher.cc151 rv == ports::ERROR_PORT_CANNOT_SEND_PEER) { in WriteMessage()