Home
last modified time | relevance | path

Searched refs:PeerConnectionIntegrationWrapper (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/pc/test/
H A Dintegration_test_helpers.h236 class PeerConnectionIntegrationWrapper : public webrtc::PeerConnectionObserver,
738 explicit PeerConnectionIntegrationWrapper(const std::string& debug_name) in PeerConnectionIntegrationWrapper() function
1449 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 …]
/aosp_15_r20/external/webrtc/pc/
H A Dslow_peer_connection_integration_test.cc439 std::unique_ptr<PeerConnectionIntegrationWrapper> original_peer( in TEST_P()
468 std::unique_ptr<PeerConnectionIntegrationWrapper> original_peer( in TEST_P()
H A Dpeer_connection_integrationtest.cc220 void TestDtmfFromSenderToReceiver(PeerConnectionIntegrationWrapper* sender, in TestDtmfFromSenderToReceiver()
221 PeerConnectionIntegrationWrapper* receiver) { in TestDtmfFromSenderToReceiver()
2883 double GetAudioEnergyStat(PeerConnectionIntegrationWrapper* pc) { in GetAudioEnergyStat()