Lines Matching refs:ChannelEndpoint
76 if (it->second->state_ == ChannelEndpoint::STATE_NORMAL) { in Shutdown()
100 scoped_refptr<ChannelEndpoint> endpoint) { in AttachEndpoint()
126 scoped_refptr<ChannelEndpoint> endpoint; in RunMessagePipeEndpoint()
127 ChannelEndpoint::State state; in RunMessagePipeEndpoint()
144 if (state != ChannelEndpoint::STATE_NORMAL) { in RunMessagePipeEndpoint()
206 scoped_refptr<ChannelEndpoint> endpoint_to_detach; in DetachMessagePipeEndpoint()
216 case ChannelEndpoint::STATE_NORMAL: in DetachMessagePipeEndpoint()
217 it->second->state_ = ChannelEndpoint::STATE_WAIT_REMOTE_REMOVE_ACK; in DetachMessagePipeEndpoint()
223 case ChannelEndpoint::STATE_WAIT_LOCAL_DETACH: in DetachMessagePipeEndpoint()
228 case ChannelEndpoint::STATE_WAIT_REMOTE_REMOVE_ACK: in DetachMessagePipeEndpoint()
324 ChannelEndpoint::State state = ChannelEndpoint::STATE_NORMAL; in OnReadMessageForDownstream()
359 if (state != ChannelEndpoint::STATE_NORMAL) { in OnReadMessageForDownstream()
450 scoped_refptr<ChannelEndpoint> endpoint_to_detach; in RemoveMessagePipeEndpoint()
463 case ChannelEndpoint::STATE_NORMAL: in RemoveMessagePipeEndpoint()
464 it->second->state_ = ChannelEndpoint::STATE_WAIT_LOCAL_DETACH; in RemoveMessagePipeEndpoint()
470 case ChannelEndpoint::STATE_WAIT_LOCAL_DETACH: in RemoveMessagePipeEndpoint()
473 case ChannelEndpoint::STATE_WAIT_REMOTE_REMOVE_ACK: in RemoveMessagePipeEndpoint()