Home
last modified time | relevance | path

Searched refs:InterfaceId (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dinterface_id.h13 using InterfaceId = uint32_t; variable
22 const InterfaceId kMasterInterfaceId = 0x00000000;
23 const InterfaceId kInvalidInterfaceId = 0xFFFFFFFF;
25 inline bool IsMasterInterfaceId(InterfaceId id) { in IsMasterInterfaceId()
29 inline bool IsValidInterfaceId(InterfaceId id) { in IsValidInterfaceId()
33 inline bool HasInterfaceIdNamespaceBitSet(InterfaceId id) { in HasInterfaceIdNamespaceBitSet()
Dassociated_group_controller.h35 virtual InterfaceId AssociateInterface( in COMPONENT_EXPORT()
47 InterfaceId id) = 0; in COMPONENT_EXPORT()
51 InterfaceId id, in COMPONENT_EXPORT()
81 InterfaceId id); in COMPONENT_EXPORT()
90 InterfaceId id); in COMPONENT_EXPORT()
Dscoped_interface_endpoint_handle.h53 InterfaceId id() const; in COMPONENT_EXPORT()
89 InterfaceId id, in COMPONENT_EXPORT()
95 InterfaceId id, in COMPONENT_EXPORT()
Dpipe_control_message_proxy.h29 void NotifyPeerEndpointClosed(InterfaceId id,
33 InterfaceId id,
Dpipe_control_message_handler_delegate.h20 InterfaceId id,
Dassociated_interface_ptr.h245 InterfaceId id = router1->AssociateInterface(std::move(endpoint0)); in MakeRequestAssociatedWithDedicatedPipe()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.h95 InterfaceId AssociateInterface(
98 InterfaceId id) override;
100 InterfaceId id,
173 InterfaceId id,
209 bool ProcessFirstSyncMessageForEndpoint(InterfaceId id);
231 InterfaceEndpoint* FindOrInsertEndpoint(InterfaceId id, bool* inserted);
232 InterfaceEndpoint* FindEndpoint(InterfaceId id);
262 base::small_map<std::map<InterfaceId, scoped_refptr<InterfaceEndpoint>>, 1>
268 std::map<InterfaceId, base::circular_deque<Task*>> sync_message_tasks_;
Dscoped_interface_endpoint_handle.cc24 State(InterfaceId id, in State()
39 InterfaceId cached_id = kInvalidInterfaceId; in Close()
124 InterfaceId id, in NotifyAssociation()
152 InterfaceId id() const { in id()
176 void OnAssociated(InterfaceId id, in OnAssociated()
277 InterfaceId id_ = kInvalidInterfaceId;
326 InterfaceId ScopedInterfaceEndpointHandle::id() const { in id()
356 InterfaceId id, in ScopedInterfaceEndpointHandle()
363 InterfaceId id, in NotifyAssociation()
Dmultiplex_router.cc34 InterfaceEndpoint(MultiplexRouter* router, InterfaceId id) in InterfaceEndpoint()
46 InterfaceId id() const { return id_; } in id()
197 const InterfaceId id_;
374 InterfaceId MultiplexRouter::AssociateInterface( in AssociateInterface()
414 InterfaceId id) { in CreateLocalEndpointHandle()
434 InterfaceId id, in CloseEndpointHandle()
458 const InterfaceId id = handle.id(); in AttachEndpointClient()
478 const InterfaceId id = handle.id(); in DetachEndpointClient()
600 InterfaceId id = task->message_wrapper.value().interface_id(); in Accept()
619 InterfaceId id, in OnPeerAssociatedEndpointClosed()
[all …]
Dassociated_group_controller.cc14 AssociatedGroupController::CreateScopedInterfaceEndpointHandle(InterfaceId id) { in CreateScopedInterfaceEndpointHandle()
20 InterfaceId id) { in NotifyAssociation()
Dpipe_control_message_proxy.cc39 InterfaceId id, in NotifyPeerEndpointClosed()
47 InterfaceId id, in ConstructPeerEndpointClosedMessage()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc160 mojo::InterfaceId sender_id, receiver_id; in CreateChannelEndpoints()
200 mojo::InterfaceId AssociateInterface( in AssociateInterface()
240 mojo::InterfaceId id) override { in CreateLocalEndpointHandle()
270 mojo::InterfaceId id, in CloseEndpointHandle()
291 const mojo::InterfaceId id = handle.id(); in AttachEndpointClient()
310 const mojo::InterfaceId id = handle.id(); in DetachEndpointClient()
399 Endpoint(ChannelAssociatedGroupController* controller, mojo::InterfaceId id) in Endpoint()
402 mojo::InterfaceId id() const { return id_; } in id()
595 const mojo::InterfaceId id_;
733 void NotifyEndpointOfErrorOnEndpointThread(mojo::InterfaceId id, in NotifyEndpointOfErrorOnEndpointThread()
[all …]
/external/libpcap/
Dpcap-tc.c227 ULONG InterfaceId; member
953 pPpiHeader->AggregationField.InterfaceId = TC_PH_FLAGS_RX_PORT_ID(tcHeader.Flags); in TcRead()