OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebSocketRTCClient
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketRTCClient.java
37
public class
WebSocketRTCClient
implements AppRTCClient,
59
public
WebSocketRTCClient
(SignalingEvents events, LooperExecutor executor) {
103
WebSocketRTCClient
.this.executor.execute(new Runnable() {
106
WebSocketRTCClient
.this.signalingParametersReady(params);
113
WebSocketRTCClient
.this.reportError(description);
CallActivity.java
240
appRtcClient = new
WebSocketRTCClient
(this, new LooperExecutor());
Completed in 193 milliseconds