Searched defs:InterfaceEndpointClient (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dinterface_endpoint_client.cc28 void DCheckIfInvalid(const base::WeakPtr<InterfaceEndpointClient>& client,
35 // InterfaceEndpointClient creates a ResponderThunk object and passes it to the
41 const base::WeakPtr<InterfaceEndpointClient>& endpoint_client,
56 // call InterfaceEndpointClient::RaiseError(), because it will raise
64 base::Bind(&InterfaceEndpointClient::RaiseError, endpoint_client_));
99 base::WeakPtr<InterfaceEndpointClient> endpoint_client_;
110 InterfaceEndpointClient::SyncResponseInfo::SyncResponseInfo(
114 InterfaceEndpointClient::SyncResponseInfo::~SyncResponseInfo() {}
118 InterfaceEndpointClient::HandleIncomingMessageThunk::HandleIncomingMessageThunk(
119 InterfaceEndpointClient* owne
132 InterfaceEndpointClient::InterfaceEndpointClient( function in class:mojo::InterfaceEndpointClient
[all...]
/external/libmojo/mojo/public/cpp/bindings/
H A Dinterface_endpoint_client.h30 // InterfaceEndpointClient handles message sending and receiving of an interface
33 class InterfaceEndpointClient : public MessageReceiverWithResponder { class in namespace:mojo
37 InterfaceEndpointClient(ScopedInterfaceEndpointHandle handle,
42 ~InterfaceEndpointClient() override;
114 explicit HandleIncomingMessageThunk(InterfaceEndpointClient* owner);
121 InterfaceEndpointClient* const owner_;
148 base::WeakPtrFactory<InterfaceEndpointClient> weak_ptr_factory_;
150 DISALLOW_COPY_AND_ASSIGN(InterfaceEndpointClient);

Completed in 9663 milliseconds