OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apprtc
(Results
1 - 22
of
22
) sorted by null
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
SettingsFragment.java
11
package org.appspot.
apprtc
;
17
* Settings fragment for
AppRTC
.
UnhandledExceptionHandler.java
11
package org.appspot.
apprtc
;
AppRTCClient.java
11
package org.appspot.
apprtc
;
20
* AppRTCClient is the interface representing an
AppRTC
client.
25
* Struct holding the connection parameters of an
AppRTC
room.
40
* Asynchronously connect to an
AppRTC
room URL using supplied connection
67
* Struct holding the signaling parameters of an
AppRTC
room.
CaptureQualityController.java
11
package org.appspot.
apprtc
;
AppRTCProximitySensor.java
11
package org.appspot.
apprtc
;
13
import org.appspot.
apprtc
.util.AppRTCUtils;
14
import org.appspot.
apprtc
.util.AppRTCUtils.NonThreadSafe;
26
* the
AppRTC
demo.
CallFragment.java
11
package org.appspot.
apprtc
;
PercentFrameLayout.java
11
package org.appspot.
apprtc
;
AppRTCAudioManager.java
11
package org.appspot.
apprtc
;
13
import org.appspot.
apprtc
.util.AppRTCUtils;
28
* AppRTCAudioManager manages all audio related parts of the
AppRTC
demo.
CpuMonitor.java
11
package org.appspot.
apprtc
;
HudFragment.java
11
package org.appspot.
apprtc
;
RoomParametersFetcher.java
11
package org.appspot.
apprtc
;
13
import org.appspot.
apprtc
.AppRTCClient.SignalingParameters;
14
import org.appspot.
apprtc
.util.AsyncHttpURLConnection;
15
import org.appspot.
apprtc
.util.AsyncHttpURLConnection.AsyncHttpEvents;
34
* AsyncTask that converts an
AppRTC
room URL into the set of signaling
SettingsActivity.java
11
package org.appspot.
apprtc
;
20
* Settings activity for
AppRTC
.
WebSocketChannelClient.java
11
package org.appspot.
apprtc
;
13
import org.appspot.
apprtc
.util.AsyncHttpURLConnection;
14
import org.appspot.
apprtc
.util.AsyncHttpURLConnection.AsyncHttpEvents;
15
import org.appspot.
apprtc
.util.LooperExecutor;
WebSocketRTCClient.java
11
package org.appspot.
apprtc
;
13
import org.appspot.
apprtc
.RoomParametersFetcher.RoomParametersFetcherEvents;
14
import org.appspot.
apprtc
.WebSocketChannelClient.WebSocketChannelEvents;
15
import org.appspot.
apprtc
.WebSocketChannelClient.WebSocketConnectionState;
16
import org.appspot.
apprtc
.util.AsyncHttpURLConnection;
17
import org.appspot.
apprtc
.util.AsyncHttpURLConnection.AsyncHttpEvents;
18
import org.appspot.
apprtc
.util.LooperExecutor;
28
* Negotiates signaling for chatting with
apprtc
.appspot.com "rooms".
29
* Uses the client<->server specifics of the
apprtc
AppEngine webapp.
68
// Asynchronously connect to an
AppRTC
room URL using supplied connectio
[
all
...]
ConnectActivity.java
11
package org.appspot.
apprtc
;
CallActivity.java
11
package org.appspot.
apprtc
;
13
import org.appspot.
apprtc
.AppRTCClient.RoomConnectionParameters;
14
import org.appspot.
apprtc
.AppRTCClient.SignalingParameters;
15
import org.appspot.
apprtc
.PeerConnectionClient.PeerConnectionParameters;
16
import org.appspot.
apprtc
.util.LooperExecutor;
50
"org.appspot.
apprtc
.ROOMID";
52
"org.appspot.
apprtc
.LOOPBACK";
54
"org.appspot.
apprtc
.VIDEO_CALL";
56
"org.appspot.
apprtc
.VIDEO_WIDTH";
58
"org.appspot.
apprtc
.VIDEO_HEIGHT"
[
all
...]
PeerConnectionClient.java
11
package org.appspot.
apprtc
;
18
import org.appspot.
apprtc
.AppRTCClient.SignalingParameters;
19
import org.appspot.
apprtc
.util.LooperExecutor;
[
all
...]
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AppRTCUtils.java
11
package org.appspot.
apprtc
.util;
AsyncHttpURLConnection.java
11
package org.appspot.
apprtc
.util;
26
private static final String HTTP_ORIGIN = "https://
apprtc
.appspot.com";
LooperExecutor.java
11
package org.appspot.
apprtc
.util;
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
LooperExecutorTest.java
11
package org.appspot.
apprtc
.test;
16
import org.appspot.
apprtc
.util.LooperExecutor;
PeerConnectionClientTest.java
11
package org.appspot.
apprtc
.test;
18
import org.appspot.
apprtc
.AppRTCClient.SignalingParameters;
19
import org.appspot.
apprtc
.PeerConnectionClient;
20
import org.appspot.
apprtc
.PeerConnectionClient.PeerConnectionEvents;
21
import org.appspot.
apprtc
.PeerConnectionClient.PeerConnectionParameters;
22
import org.appspot.
apprtc
.util.LooperExecutor;
Completed in 164 milliseconds