/external/libchrome/mojo/core/ports/ |
D | event.h | 66 PortName peer_port_name; in COMPONENT_EXPORT() 68 PortName referring_port_name; in COMPONENT_EXPORT() 86 const PortName& port_name() const { return port_name_; } in COMPONENT_EXPORT() 87 void set_port_name(const PortName& port_name) { port_name_ = port_name; } in COMPONENT_EXPORT() 94 Event(Type type, const PortName& port_name); in COMPONENT_EXPORT() 101 PortName port_name_; in COMPONENT_EXPORT() 136 PortName* ports() { return ports_.data(); } in COMPONENT_EXPORT() 138 static ScopedEvent Deserialize(const PortName& port_name, in COMPONENT_EXPORT() 145 UserMessageEvent(const PortName& port_name, uint64_t sequence_num); in COMPONENT_EXPORT() 152 std::vector<PortName> ports_; in COMPONENT_EXPORT() [all …]
|
D | event.cc | 26 PortName port_name; 37 PortName proxy_port_name; 39 PortName proxy_target_port_name; 51 PortName new_port_name; 92 const PortName& port_name = header->port_name; in Deserialize() 115 Event::Event(Type type, const PortName& port_name) in Event() 157 ScopedEvent UserMessageEvent::Deserialize(const PortName& port_name, in Deserialize() 165 port_data_size *= sizeof(PortDescriptor) + sizeof(PortName); in Deserialize() 183 reinterpret_cast<const PortName*>(in_descriptors + data->num_ports); in Deserialize() 188 UserMessageEvent::UserMessageEvent(const PortName& port_name, in UserMessageEvent() [all …]
|
D | node.h | 92 int GetPort(const PortName& port_name, PortRef* port_ref); in COMPONENT_EXPORT() 103 const PortName& peer_port_name); in COMPONENT_EXPORT() 158 const PortName& destination_port_name); in COMPONENT_EXPORT() 203 int AddPortWithName(const PortName& port_name, scoped_refptr<Port> port); in COMPONENT_EXPORT() 204 void ErasePort(const PortName& port_name); in COMPONENT_EXPORT() 213 PortName* port_name, in COMPONENT_EXPORT() 215 int AcceptPort(const PortName& port_name, in COMPONENT_EXPORT() 228 const PortName& port_name); in COMPONENT_EXPORT() 241 std::unordered_map<PortName, scoped_refptr<Port>> ports_; in COMPONENT_EXPORT()
|
D | name.h | 40 struct COMPONENT_EXPORT(MOJO_CORE_PORTS) PortName : Name { in COMPONENT_EXPORT() 41 PortName() : Name(0, 0) {} in COMPONENT_EXPORT() 42 PortName(uint64_t v1, uint64_t v2) : Name(v1, v2) {} in COMPONENT_EXPORT() 45 extern COMPONENT_EXPORT(MOJO_CORE_PORTS) const PortName kInvalidPortName; 61 struct COMPONENT_EXPORT(MOJO_CORE_PORTS) hash<mojo::core::ports::PortName> { in COMPONENT_EXPORT() 62 std::size_t operator()(const mojo::core::ports::PortName& name) const { in COMPONENT_EXPORT()
|
D | name_unittest.cc | 15 PortName default_port_name; in TEST() 23 PortName port_name_a(50, 100); in TEST() 24 PortName port_name_b(50, 100); in TEST() 25 PortName port_name_c(100, 50); in TEST() 36 std::hash<PortName> port_hash_fn; in TEST()
|
D | port_ref.h | 24 PortRef(const PortName& name, scoped_refptr<Port> port); in COMPONENT_EXPORT() 32 const PortName& name() const { return name_; } in COMPONENT_EXPORT() 41 PortName name_; in COMPONENT_EXPORT()
|
D | node.cc | 51 PortName GenerateRandomPortName() { in GenerateRandomPortName() 55 base::RandBytes(cache_, sizeof(PortName) * kRandomNameCacheSize); in GenerateRandomPortName() 57 crypto::RandBytes(cache_, sizeof(PortName) * kRandomNameCacheSize); in GenerateRandomPortName() 66 PortName cache_[kRandomNameCacheSize]; 95 void GenerateRandomPortName(PortName* name) { in GenerateRandomPortName() 150 int Node::GetPort(const PortName& port_name, PortRef* port_ref) { in GetPort() 167 PortName port_name; in CreateUninitializedPort() 181 const PortName& peer_port_name) { in InitializePort() 247 PortName peer_port_name; in ClosePort() 399 const PortName& destination_port_name) { in MergePorts() [all …]
|
D | name.cc | 11 const PortName kInvalidPortName = {0, 0};
|
D | port_ref.cc | 17 PortRef::PortRef(const PortName& name, scoped_refptr<Port> port) in PortRef()
|
D | port.h | 107 PortName peer_port_name;
|
/external/libchrome/mojo/core/ |
D | node_channel.h | 53 const ports::PortName& connector_port_name, 74 const ports::PortName& port_name) = 0; 119 const ports::PortName& port_name); 126 void RequestPortMerge(const ports::PortName& connector_port_name,
|
D | platform_handle_dispatcher.h | 32 ports::PortName* ports, 41 const ports::PortName* ports,
|
D | platform_handle_dispatcher.cc | 44 ports::PortName* ports, in EndSerialize() 76 const ports::PortName* ports, in Deserialize()
|
D | message_pipe_dispatcher.h | 68 ports::PortName* ports, 76 const ports::PortName* ports,
|
D | shared_buffer_dispatcher.h | 60 const ports::PortName* ports, 89 ports::PortName* ports,
|
D | data_pipe_consumer_dispatcher.h | 59 ports::PortName* ports, 68 const ports::PortName* ports,
|
D | data_pipe_producer_dispatcher.h | 58 ports::PortName* ports, 67 const ports::PortName* ports,
|
D | dispatcher.h | 189 ports::PortName* ports, 210 const ports::PortName* ports,
|
D | dispatcher.cc | 143 ports::PortName* ports, in EndSerialize() 162 const ports::PortName* ports, in Deserialize()
|
D | node_channel.cc | 67 ports::PortName port_name; 100 ports::PortName connector_port_name; 272 const ports::PortName& port_name) { in AcceptPeer() 329 void NodeChannel::RequestPortMerge(const ports::PortName& connector_port_name, in RequestPortMerge()
|
D | node_controller.h | 207 const ports::PortName& connector_port_name, 228 const ports::PortName& port_name) override;
|
D | message_pipe_dispatcher.cc | 277 ports::PortName* ports, in EndSerialize() 316 const ports::PortName* ports, in Deserialize()
|
D | shared_buffer_dispatcher.cc | 123 const ports::PortName* ports, in Deserialize() 325 ports::PortName* ports, in EndSerialize()
|
D | data_pipe_producer_dispatcher.cc | 260 ports::PortName* ports, in EndSerialize() 324 const ports::PortName* ports, in Deserialize()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 128 PortName = serial.to_bytes([80, 111, 114, 116, 78, 97, 109, 101]) # "PortName" variable 166 PortName,
|