OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icecandidates
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
AppRTCClient.java
76
public final List<IceCandidate>
iceCandidates
;
82
SessionDescription offerSdp, List<IceCandidate>
iceCandidates
) {
89
this.
iceCandidates
=
iceCandidates
;
RoomParametersFetcher.java
90
LinkedList<IceCandidate>
iceCandidates
= null;
107
iceCandidates
= new LinkedList<IceCandidate>();
124
iceCandidates
.add(candidate);
158
offerSdp,
iceCandidates
);
CallActivity.java
508
if (params.
iceCandidates
!= null) {
510
for (IceCandidate iceCandidate : params.
iceCandidates
) {
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
PeerConnectionClientTest.java
65
private List<IceCandidate>
iceCandidates
= new LinkedList<IceCandidate>();
129
Log.d(TAG, "IceCandidate #" +
iceCandidates
.size() + " : " + candidate.toString());
140
iceCandidates
.add(candidate);
195
if (
iceCandidates
.size() == 0) {
198
return (
iceCandidates
.size() > 0);
234
null, null); // offerSdp,
iceCandidates
.
/external/webrtc/talk/app/webrtc/
peerconnectioninterface_unittest.cc
[
all
...]
Completed in 104 milliseconds