Home
last modified time | relevance | path

Searched defs:OnIceCandidateError (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp413 void ConnectionController::OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in cuttlefish::webrtc_streaming::ConnectionController
/aosp_15_r20/external/webrtc/test/peer_scenario/
H A Dpeer_scenario_client.cc86 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::test::__anond646b6cb0111::LambdaPeerConnectionObserver
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection.cc308 void PeerConnectionObserverJni::OnIceCandidateError( in OnIceCandidateError() function in webrtc::jni::PeerConnectionObserverJni
/aosp_15_r20/external/webrtc/pc/test/
H A Dintegration_test_helpers.h1150 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h1304 virtual void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.cc2045 void PeerConnection::OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::PeerConnection
H A Dpeer_connection_integrationtest.cc3070 TEST_P(PeerConnectionIntegrationTest, OnIceCandidateError) { in TEST_P() argument