/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | scoped_interface_endpoint_handle.cc | 19 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 …]
|
D | serialization_context.h | 45 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()
|
D | associated_group_controller.cc | 13 ScopedInterfaceEndpointHandle 15 return ScopedInterfaceEndpointHandle(id, this); in CreateScopedInterfaceEndpointHandle() 19 ScopedInterfaceEndpointHandle* handle_to_send, in NotifyAssociation()
|
D | serialization_context.cc | 40 ScopedInterfaceEndpointHandle handle, in AddAssociatedEndpoint() 54 ScopedInterfaceEndpointHandle handle, in AddAssociatedInterfaceInfo() 75 mojo::ScopedInterfaceEndpointHandle 79 return mojo::ScopedInterfaceEndpointHandle(); in TakeAssociatedEndpointHandle()
|
D | interface_endpoint_client.cc | 139 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()
|
D | multiplex_router.h | 96 ScopedInterfaceEndpointHandle handle_to_send) override; 97 ScopedInterfaceEndpointHandle CreateLocalEndpointHandle( 103 const ScopedInterfaceEndpointHandle& handle, 107 const ScopedInterfaceEndpointHandle& handle) override;
|
D | associated_interface_ptr_state.cc | 58 ScopedInterfaceEndpointHandle handle, in Bind() 74 ScopedInterfaceEndpointHandle AssociatedInterfacePtrStateBase::PassHandle() { in PassHandle()
|
D | associated_interface_ptr_state.h | 81 void Bind(ScopedInterfaceEndpointHandle handle, 85 ScopedInterfaceEndpointHandle PassHandle();
|
D | multiplex_router.cc | 375 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()
|
D | associated_interface_ptr.cc | 9 void AssociateWithDisconnectedPipe(ScopedInterfaceEndpointHandle handle) { in AssociateWithDisconnectedPipe()
|
D | associated_group.cc | 17 AssociatedGroup::AssociatedGroup(const ScopedInterfaceEndpointHandle& handle) in AssociatedGroup()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | scoped_interface_endpoint_handle.h | 28 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()
|
D | associated_group_controller.h | 36 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()
|
D | associated_interface_ptr_info.h | 30 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_;
|
D | associated_interface_request.h | 26 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_;
|
D | associated_interface_ptr.h | 207 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);
|
D | interface_endpoint_client.h | 45 InterfaceEndpointClient(ScopedInterfaceEndpointHandle handle, 87 ScopedInterfaceEndpointHandle PassHandle(); 158 ScopedInterfaceEndpointHandle::AssociationEvent event); 164 ScopedInterfaceEndpointHandle handle_;
|
D | message.h | 163 const std::vector<ScopedInterfaceEndpointHandle>* in COMPONENT_EXPORT() 167 std::vector<ScopedInterfaceEndpointHandle>* in COMPONENT_EXPORT() 232 std::vector<ScopedInterfaceEndpointHandle> associated_endpoint_handles_; in COMPONENT_EXPORT()
|
D | associated_group.h | 26 explicit AssociatedGroup(const ScopedInterfaceEndpointHandle& handle); in COMPONENT_EXPORT()
|
/external/libchrome/ipc/ |
D | ipc_channel_proxy.h | 167 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()
|
D | ipc_channel.h | 91 base::Callback<void(mojo::ScopedInterfaceEndpointHandle)>; in COMPONENT_EXPORT() 109 mojo::ScopedInterfaceEndpointHandle handle) = 0; in COMPONENT_EXPORT() 136 mojo::ScopedInterfaceEndpointHandle handle) { in COMPONENT_EXPORT()
|
D | ipc_message_pipe_reader.h | 55 mojo::ScopedInterfaceEndpointHandle handle) = 0; in COMPONENT_EXPORT() 86 mojo::ScopedInterfaceEndpointHandle handle); in COMPONENT_EXPORT()
|
D | ipc_mojo_bootstrap.cc | 179 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()
|
D | ipc_channel_mojo.h | 96 mojo::ScopedInterfaceEndpointHandle handle) override; in COMPONENT_EXPORT() 119 mojo::ScopedInterfaceEndpointHandle handle) override; in COMPONENT_EXPORT()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | multiplex_router_unittest.cc | 40 ScopedInterfaceEndpointHandle::CreatePairPendingAssociation(&endpoint0_, in SetUp() 58 ScopedInterfaceEndpointHandle endpoint0_; 59 ScopedInterfaceEndpointHandle endpoint1_;
|