Searched refs:MessagePipeEndpoint (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/mojo/system/
H A Dmessage_pipe_endpoint.cc12 void MessagePipeEndpoint::Close() {
16 void MessagePipeEndpoint::CancelAllWaiters() {
20 MojoResult MessagePipeEndpoint::ReadMessage(UserPointer<void> /*bytes*/,
29 HandleSignalsState MessagePipeEndpoint::GetHandleSignalsState() const {
34 MojoResult MessagePipeEndpoint::AddWaiter(Waiter* /*waiter*/,
44 void MessagePipeEndpoint::RemoveWaiter(Waiter* /*waiter*/,
51 void MessagePipeEndpoint::Attach(ChannelEndpoint* /*channel_endpoint*/) {
H A Dmessage_pipe_endpoint.h33 // |MessagePipeEndpoint| also implements the functionality required by the
36 class MOJO_SYSTEM_IMPL_EXPORT MessagePipeEndpoint { class in namespace:mojo::system
38 virtual ~MessagePipeEndpoint() {}
80 MessagePipeEndpoint() {} function in class:mojo::system::MessagePipeEndpoint
83 DISALLOW_COPY_AND_ASSIGN(MessagePipeEndpoint);
H A Dproxy_message_pipe_endpoint.cc26 MessagePipeEndpoint::Type ProxyMessagePipeEndpoint::GetType() const {
H A Dproxy_message_pipe_endpoint.h23 // |MessagePipeEndpoint|, a |ProxyMessagePipeEndpoint| is owned by a
31 : public MessagePipeEndpoint {
36 // |MessagePipeEndpoint| implementation:
H A Dmessage_pipe.h59 MessagePipeEndpoint::Type GetType(unsigned port);
128 scoped_ptr<MessagePipeEndpoint> endpoints_[2];
H A Dlocal_message_pipe_endpoint.h20 : public MessagePipeEndpoint {
25 // |MessagePipeEndpoint| implementation:
H A Dmessage_pipe.cc56 MessagePipeEndpoint::Type MessagePipe::GetType(unsigned port) {
159 DCHECK_EQ(endpoints_[port]->GetType(), MessagePipeEndpoint::kTypeLocal);
167 MessagePipeEndpoint::kTypeLocal)
171 scoped_ptr<MessagePipeEndpoint> old_endpoint(endpoints_[port].Pass());
H A Dlocal_message_pipe_endpoint.cc25 MessagePipeEndpoint::Type LocalMessagePipeEndpoint::GetType() const {

Completed in 71 milliseconds