Home
last modified time | relevance | path

Searched refs:ScopedInterfaceEndpointHandle (Results 1 – 25 of 36) sorted by relevance

12

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc19 class ScopedInterfaceEndpointHandle::State
112 &ScopedInterfaceEndpointHandle::State::RunAssociationEventHandler, in SetAssociationEventHandler()
118 &ScopedInterfaceEndpointHandle::State::RunAssociationEventHandler, in SetAssociationEventHandler()
200 base::Bind(&ScopedInterfaceEndpointHandle::State:: in OnAssociated()
237 base::Bind(&ScopedInterfaceEndpointHandle::State:: in OnPeerClosedBeforeAssociation()
286 void ScopedInterfaceEndpointHandle::CreatePairPendingAssociation( in CreatePairPendingAssociation()
287 ScopedInterfaceEndpointHandle* handle0, in CreatePairPendingAssociation()
288 ScopedInterfaceEndpointHandle* handle1) { in CreatePairPendingAssociation()
289 ScopedInterfaceEndpointHandle result0; in CreatePairPendingAssociation()
290 ScopedInterfaceEndpointHandle result1; in CreatePairPendingAssociation()
[all …]
Dserialization_context.h45 void AddAssociatedEndpoint(ScopedInterfaceEndpointHandle handle, in COMPONENT_EXPORT()
50 void AddAssociatedInterfaceInfo(ScopedInterfaceEndpointHandle handle, in COMPONENT_EXPORT()
57 const std::vector<ScopedInterfaceEndpointHandle>* in COMPONENT_EXPORT()
61 std::vector<ScopedInterfaceEndpointHandle>* in COMPONENT_EXPORT()
80 mojo::ScopedInterfaceEndpointHandle TakeAssociatedEndpointHandle( in COMPONENT_EXPORT()
90 std::vector<ScopedInterfaceEndpointHandle> associated_endpoint_handles_; in COMPONENT_EXPORT()
Dassociated_group_controller.cc13 ScopedInterfaceEndpointHandle
15 return ScopedInterfaceEndpointHandle(id, this); in CreateScopedInterfaceEndpointHandle()
19 ScopedInterfaceEndpointHandle* handle_to_send, in NotifyAssociation()
Dserialization_context.cc40 ScopedInterfaceEndpointHandle handle, in AddAssociatedEndpoint()
54 ScopedInterfaceEndpointHandle handle, in AddAssociatedInterfaceInfo()
75 mojo::ScopedInterfaceEndpointHandle
79 return mojo::ScopedInterfaceEndpointHandle(); in TakeAssociatedEndpointHandle()
Dinterface_endpoint_client.cc139 ScopedInterfaceEndpointHandle handle, in InterfaceEndpointClient()
181 ScopedInterfaceEndpointHandle InterfaceEndpointClient::PassHandle() { in PassHandle()
186 return ScopedInterfaceEndpointHandle(); in PassHandle()
189 ScopedInterfaceEndpointHandle::AssociationEventCallback()); in PassHandle()
361 ScopedInterfaceEndpointHandle::AssociationEvent event) { in OnAssociationEvent()
362 if (event == ScopedInterfaceEndpointHandle::ASSOCIATED) { in OnAssociationEvent()
365 ScopedInterfaceEndpointHandle::PEER_CLOSED_BEFORE_ASSOCIATION) { in OnAssociationEvent()
Dmultiplex_router.h96 ScopedInterfaceEndpointHandle handle_to_send) override;
97 ScopedInterfaceEndpointHandle CreateLocalEndpointHandle(
103 const ScopedInterfaceEndpointHandle& handle,
107 const ScopedInterfaceEndpointHandle& handle) override;
Dassociated_interface_ptr_state.cc58 ScopedInterfaceEndpointHandle handle, in Bind()
74 ScopedInterfaceEndpointHandle AssociatedInterfacePtrStateBase::PassHandle() { in PassHandle()
Dassociated_interface_ptr_state.h81 void Bind(ScopedInterfaceEndpointHandle handle,
85 ScopedInterfaceEndpointHandle PassHandle();
Dmultiplex_router.cc375 ScopedInterfaceEndpointHandle handle_to_send) { in AssociateInterface()
413 ScopedInterfaceEndpointHandle MultiplexRouter::CreateLocalEndpointHandle( in CreateLocalEndpointHandle()
416 return ScopedInterfaceEndpointHandle(); in CreateLocalEndpointHandle()
426 return ScopedInterfaceEndpointHandle(); in CreateLocalEndpointHandle()
455 const ScopedInterfaceEndpointHandle& handle, in AttachEndpointClient()
477 const ScopedInterfaceEndpointHandle& handle) { in DetachEndpointClient()
Dassociated_interface_ptr.cc9 void AssociateWithDisconnectedPipe(ScopedInterfaceEndpointHandle handle) { in AssociateWithDisconnectedPipe()
Dassociated_group.cc17 AssociatedGroup::AssociatedGroup(const ScopedInterfaceEndpointHandle& handle) in AssociatedGroup()
/external/libchrome/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h28 class COMPONENT_EXPORT(MOJO_CPP_BINDINGS_BASE) ScopedInterfaceEndpointHandle { in COMPONENT_EXPORT()
33 ScopedInterfaceEndpointHandle* handle0, in COMPONENT_EXPORT()
34 ScopedInterfaceEndpointHandle* handle1); in COMPONENT_EXPORT()
37 ScopedInterfaceEndpointHandle(); in COMPONENT_EXPORT()
39 ScopedInterfaceEndpointHandle(ScopedInterfaceEndpointHandle&& other); in COMPONENT_EXPORT()
41 ~ScopedInterfaceEndpointHandle(); in COMPONENT_EXPORT()
43 ScopedInterfaceEndpointHandle& operator=( in COMPONENT_EXPORT()
44 ScopedInterfaceEndpointHandle&& other); in COMPONENT_EXPORT()
88 ScopedInterfaceEndpointHandle( in COMPONENT_EXPORT()
118 DISALLOW_COPY_AND_ASSIGN(ScopedInterfaceEndpointHandle); in COMPONENT_EXPORT()
Dassociated_group_controller.h36 ScopedInterfaceEndpointHandle handle_to_send) = 0; in COMPONENT_EXPORT()
46 virtual ScopedInterfaceEndpointHandle CreateLocalEndpointHandle( in COMPONENT_EXPORT()
59 const ScopedInterfaceEndpointHandle& handle, in COMPONENT_EXPORT()
66 const ScopedInterfaceEndpointHandle& handle) = 0; in COMPONENT_EXPORT()
80 ScopedInterfaceEndpointHandle CreateScopedInterfaceEndpointHandle( in COMPONENT_EXPORT()
89 bool NotifyAssociation(ScopedInterfaceEndpointHandle* handle_to_send, in COMPONENT_EXPORT()
Dassociated_interface_ptr_info.h30 AssociatedInterfacePtrInfo(ScopedInterfaceEndpointHandle handle, in AssociatedInterfacePtrInfo()
50 ScopedInterfaceEndpointHandle PassHandle() { in PassHandle()
53 const ScopedInterfaceEndpointHandle& handle() const { return handle_; } in handle()
54 void set_handle(ScopedInterfaceEndpointHandle handle) { in set_handle()
71 ScopedInterfaceEndpointHandle handle_;
Dassociated_interface_request.h26 explicit AssociatedInterfaceRequest(ScopedInterfaceEndpointHandle handle) in AssociatedInterfaceRequest()
55 ScopedInterfaceEndpointHandle PassHandle() { return std::move(handle_); } in PassHandle()
57 const ScopedInterfaceEndpointHandle& handle() const { return handle_; } in handle()
73 ScopedInterfaceEndpointHandle handle_;
Dassociated_interface_ptr.h207 ScopedInterfaceEndpointHandle handle0; in MakeRequest()
208 ScopedInterfaceEndpointHandle handle1; in MakeRequest()
209 ScopedInterfaceEndpointHandle::CreatePairPendingAssociation(&handle0, in MakeRequest()
242 ScopedInterfaceEndpointHandle endpoint0, endpoint1; in MakeRequestAssociatedWithDedicatedPipe()
243 ScopedInterfaceEndpointHandle::CreatePairPendingAssociation(&endpoint0, in MakeRequestAssociatedWithDedicatedPipe()
258 ScopedInterfaceEndpointHandle handle);
Dinterface_endpoint_client.h45 InterfaceEndpointClient(ScopedInterfaceEndpointHandle handle,
87 ScopedInterfaceEndpointHandle PassHandle();
158 ScopedInterfaceEndpointHandle::AssociationEvent event);
164 ScopedInterfaceEndpointHandle handle_;
Dmessage.h163 const std::vector<ScopedInterfaceEndpointHandle>* in COMPONENT_EXPORT()
167 std::vector<ScopedInterfaceEndpointHandle>* in COMPONENT_EXPORT()
232 std::vector<ScopedInterfaceEndpointHandle> associated_endpoint_handles_; in COMPONENT_EXPORT()
Dassociated_group.h26 explicit AssociatedGroup(const ScopedInterfaceEndpointHandle& handle); in COMPONENT_EXPORT()
/external/libchrome/ipc/
Dipc_channel_proxy.h167 base::Callback<void(mojo::ScopedInterfaceEndpointHandle)>; in COMPONENT_EXPORT()
196 mojo::ScopedInterfaceEndpointHandle handle); in COMPONENT_EXPORT()
283 mojo::ScopedInterfaceEndpointHandle handle) override; in COMPONENT_EXPORT()
324 mojo::ScopedInterfaceEndpointHandle handle); in COMPONENT_EXPORT()
401 mojo::ScopedInterfaceEndpointHandle handle) { in COMPONENT_EXPORT()
Dipc_channel.h91 base::Callback<void(mojo::ScopedInterfaceEndpointHandle)>; in COMPONENT_EXPORT()
109 mojo::ScopedInterfaceEndpointHandle handle) = 0; in COMPONENT_EXPORT()
136 mojo::ScopedInterfaceEndpointHandle handle) { in COMPONENT_EXPORT()
Dipc_message_pipe_reader.h55 mojo::ScopedInterfaceEndpointHandle handle) = 0; in COMPONENT_EXPORT()
86 mojo::ScopedInterfaceEndpointHandle handle); in COMPONENT_EXPORT()
Dipc_mojo_bootstrap.cc179 mojo::ScopedInterfaceEndpointHandle sender_handle = in CreateChannelEndpoints()
181 mojo::ScopedInterfaceEndpointHandle receiver_handle = in CreateChannelEndpoints()
201 mojo::ScopedInterfaceEndpointHandle handle_to_send) override { in AssociateInterface()
239 mojo::ScopedInterfaceEndpointHandle CreateLocalEndpointHandle( in CreateLocalEndpointHandle()
242 return mojo::ScopedInterfaceEndpointHandle(); in CreateLocalEndpointHandle()
250 return mojo::ScopedInterfaceEndpointHandle(); in CreateLocalEndpointHandle()
262 return mojo::ScopedInterfaceEndpointHandle(); in CreateLocalEndpointHandle()
288 const mojo::ScopedInterfaceEndpointHandle& handle, in AttachEndpointClient()
309 const mojo::ScopedInterfaceEndpointHandle& handle) override { in DetachEndpointClient()
Dipc_channel_mojo.h96 mojo::ScopedInterfaceEndpointHandle handle) override; in COMPONENT_EXPORT()
119 mojo::ScopedInterfaceEndpointHandle handle) override; in COMPONENT_EXPORT()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dmultiplex_router_unittest.cc40 ScopedInterfaceEndpointHandle::CreatePairPendingAssociation(&endpoint0_, in SetUp()
58 ScopedInterfaceEndpointHandle endpoint0_;
59 ScopedInterfaceEndpointHandle endpoint1_;

12