Home
last modified time | relevance | path

Searched defs:peer_connection_id (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/examples/unityplugin/
Dunity_plugin_apis.cc39 bool ClosePeerConnection(int peer_connection_id) { in ClosePeerConnection()
48 bool AddStream(int peer_connection_id, bool audio_only) { in AddStream()
56 bool AddDataChannel(int peer_connection_id) { in AddDataChannel()
63 bool CreateOffer(int peer_connection_id) { in CreateOffer()
70 bool CreateAnswer(int peer_connection_id) { in CreateAnswer()
77 bool SendDataViaDataChannel(int peer_connection_id, const char* data) { in SendDataViaDataChannel()
87 bool SetAudioControl(int peer_connection_id, bool is_mute, bool is_record) { in SetAudioControl()
96 bool SetRemoteDescription(int peer_connection_id, in SetRemoteDescription()
106 bool AddIceCandidate(const int peer_connection_id, in AddIceCandidate()
118 bool RegisterOnLocalI420FrameReady(int peer_connection_id, in RegisterOnLocalI420FrameReady()
[all …]
/external/webrtc/pc/
Drtc_stats_collector_unittest.cc711 std::string peer_connection_id; member