/external/openscreen/osp/impl/presentation/ |
D | presentation_connection.cc | 200 Connection* connection = GetConnection(message.connection_id); in OnStreamMessage() 233 Connection* connection = GetConnection(request.connection_id); in OnStreamMessage() 268 Connection* connection = GetConnection(event.connection_id); in OnStreamMessage() 284 Connection* ConnectionManager::GetConnection(uint64_t connection_id) { in GetConnection() function in openscreen::osp::ConnectionManager
|
D | presentation_controller.cc | 519 OSP_DCHECK(connection_manager_->GetConnection(connection->connection_id())) in ReconnectConnection()
|
/external/webrtc/p2p/base/ |
D | port_interface.h | 71 virtual Connection* GetConnection(const rtc::SocketAddress& remote_addr) = 0;
|
D | turn_port.cc | 584 Connection* conn = GetConnection(address); in FailAndPruneConnection() 1078 if (Connection* conn = GetConnection(remote_addr)) { in DispatchPacket() 1218 RTC_DCHECK(!GetConnection(addr)); in CreateOrRefreshEntry() 1227 RTC_DCHECK(GetConnection(addr)); in CreateOrRefreshEntry()
|
D | port.h | 273 Connection* GetConnection(const rtc::SocketAddress& remote_addr) override;
|
D | tcp_port.cc | 204 TCPConnection* conn = static_cast<TCPConnection*>(GetConnection(addr)); in SendTo()
|
D | stun_port.cc | 406 if (Connection* conn = GetConnection(remote_addr)) { in OnReadPacket()
|
D | port.cc | 249 Connection* Port::GetConnection(const rtc::SocketAddress& remote_addr) { in GetConnection() function in cricket::Port
|
D | p2p_transport_channel.cc | 1051 if (port->GetConnection(remote_candidate.address())) { in OnUnknownAddress() 1376 Connection* connection = port->GetConnection(remote_candidate.address()); in CreateConnection()
|
D | port_unittest.cc | 3524 cricket::Connection* conn_in_use = port->GetConnection(address); in TEST_F() 3534 conn_in_use = port->GetConnection(address); in TEST_F() 3540 EXPECT_TRUE(port->GetConnection(address) != nullptr); in TEST_F()
|
D | p2p_transport_channel_unittest.cc | 2391 Connection* GetConnection(P2PTransportChannel* channel, in GetConnection() function in cricket::P2PTransportChannelMultihomedTest 2567 GetConnection(ep1_ch1(), cellularIpv6[0], wifiIpv6[1]); in TEST_F() 3134 return port->GetConnection(rtc::SocketAddress(ip, port_num)); in GetConnectionTo()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Communication.h | 162 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection() function
|
/external/openscreen/osp/public/presentation/ |
D | presentation_connection.h | 201 Connection* GetConnection(uint64_t connection_id);
|
/external/stressapptest/src/ |
D | worker.h | 541 virtual bool GetConnection(int *pnewsock);
|
D | worker.cc | 2094 bool NetworkListenThread::GetConnection(int *pnewsock) { in GetConnection() function in NetworkListenThread 2331 if (GetConnection(&newsock)) { in Work()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.cpp | 893 (ConnectionFileDescriptor *)comm->GetConnection(); in ListenThread() 1061 (ConnectionFileDescriptor *)GetConnection(); in StartDebugserverProcess()
|
D | GDBRemoteCommunicationServerPlatform.cpp | 203 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer()
|
D | GDBRemoteCommunicationServerLLGS.cpp | 1045 m_stdio_communication.GetConnection()->GetReadObject(), in StartSTDIOForwarding() 3375 auto connection = m_stdio_communication.GetConnection(); in MaybeCloseInferiorTerminalConnection()
|