Searched refs:PeerConnectionIntegrationWrapper (Results 1 – 3 of 3) sorted by relevance
236 class PeerConnectionIntegrationWrapper : public webrtc::PeerConnectionObserver,738 explicit PeerConnectionIntegrationWrapper(const std::string& debug_name) in PeerConnectionIntegrationWrapper() function1449 std::unique_ptr<PeerConnectionIntegrationWrapper> CreatePeerConnectionWrapper(1467 std::unique_ptr<PeerConnectionIntegrationWrapper> client(1468 new PeerConnectionIntegrationWrapper(debug_name));1479 std::unique_ptr<PeerConnectionIntegrationWrapper>1584 std::unique_ptr<PeerConnectionIntegrationWrapper>1706 PeerConnectionIntegrationWrapper* caller() { return caller_.get(); } in caller()1724 PeerConnectionIntegrationWrapper* SetCallerPcWrapperAndReturnCurrent( in SetCallerPcWrapperAndReturnCurrent()1725 PeerConnectionIntegrationWrapper* wrapper) { in SetCallerPcWrapperAndReturnCurrent()[all …]
439 std::unique_ptr<PeerConnectionIntegrationWrapper> original_peer( in TEST_P()468 std::unique_ptr<PeerConnectionIntegrationWrapper> original_peer( in TEST_P()
220 void TestDtmfFromSenderToReceiver(PeerConnectionIntegrationWrapper* sender, in TestDtmfFromSenderToReceiver()221 PeerConnectionIntegrationWrapper* receiver) { in TestDtmfFromSenderToReceiver()2883 double GetAudioEnergyStat(PeerConnectionIntegrationWrapper* pc) { in GetAudioEnergyStat()