Searched refs:InterfaceId (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/ |
D | interface_id.h | 13 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()
|
D | associated_group_controller.h | 35 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()
|
D | scoped_interface_endpoint_handle.h | 53 InterfaceId id() const; in COMPONENT_EXPORT() 89 InterfaceId id, in COMPONENT_EXPORT() 95 InterfaceId id, in COMPONENT_EXPORT()
|
D | pipe_control_message_proxy.h | 29 void NotifyPeerEndpointClosed(InterfaceId id, 33 InterfaceId id,
|
D | pipe_control_message_handler_delegate.h | 20 InterfaceId id,
|
D | associated_interface_ptr.h | 245 InterfaceId id = router1->AssociateInterface(std::move(endpoint0)); in MakeRequestAssociatedWithDedicatedPipe()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | multiplex_router.h | 95 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_;
|
D | scoped_interface_endpoint_handle.cc | 24 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()
|
D | multiplex_router.cc | 34 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 …]
|
D | associated_group_controller.cc | 14 AssociatedGroupController::CreateScopedInterfaceEndpointHandle(InterfaceId id) { in CreateScopedInterfaceEndpointHandle() 20 InterfaceId id) { in NotifyAssociation()
|
D | pipe_control_message_proxy.cc | 39 InterfaceId id, in NotifyPeerEndpointClosed() 47 InterfaceId id, in ConstructPeerEndpointClosedMessage()
|
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap.cc | 160 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/ |
D | pcap-tc.c | 227 ULONG InterfaceId; member 953 pPpiHeader->AggregationField.InterfaceId = TC_PH_FLAGS_RX_PORT_ID(tcHeader.Flags); in TcRead()
|