Skip navigation links
A B C D E F G I L M N O P R S T U V W X Y 

S

SdpObserver - Class in com.amos.flyinn.webrtc
SdpObserver Class
SdpObserver(String, Activity, int) - Constructor for class com.amos.flyinn.webrtc.SdpObserver
Constructor for creating a new observer that track the WebRTC states protocol
SdpObserver - Class in com.amos.server.webrtc
SdpObserver Class
SdpObserver(String, Activity, int) - Constructor for class com.amos.server.webrtc.SdpObserver
Constructor for creating a new observer that track the WebRTC states protocol
sendMotionEvent(MotionEvent) - Method in class com.amos.fakeinputlib.FakeInput
 
sendMotionEvent(MotionEvent) - Method in class com.amos.flyinn.summoner.FakeInputSender
 
serializeDescription(SessionDescription) - Method in class com.amos.server.signaling.WebServer
 
serializeIceCandidate(IceCandidate) - Method in class com.amos.flyinn.signaling.ClientSocket
This method is useful to serialize an ice candidate object that is supposed to be read by the signaling server.
serializeIceCandidate(IceCandidate) - Method in class com.amos.server.signaling.WebServer
 
serializeSessionDescription(SessionDescription) - Method in class com.amos.flyinn.signaling.ClientSocket
This method is useful to serialize serial descriptor object that is supposed to be read by the signaling server.
setEmitter(Emitter) - Method in class com.amos.flyinn.webrtc.PeerWrapper
This methos set a emitter object to the PeerWrapper class.
setEmitter(Emitter) - Method in class com.amos.server.webrtc.PeerWrapper
 
setInstance(WifiP2pManager, WifiP2pManager.Channel, Activity) - Method in class com.amos.server.wifibroadcaster.WifiBroadcasterSingleton
Create a new WifiServiceManager using given P2P objects.
setPeers(List<WifiP2pDevice>) - Method in class com.amos.flyinn.ShowCodeActivity
 
setPeers(List<WifiP2pDevice>) - Method in class com.amos.flyinn.wificonnector.WifiConnectorBase
Set list of peers.
setRemoteDescriptorPeer(SessionDescription) - Method in interface com.amos.flyinn.webrtc.IPeer
 
setRemoteDescriptorPeer(SessionDescription) - Method in class com.amos.flyinn.webrtc.PeerWrapper
This method set the new remote sessions descriptor with the information needed to the peer
setRemoteDescriptorPeer(SessionDescription) - Method in interface com.amos.server.webrtc.IPeer
 
setRemoteDescriptorPeer(SessionDescription) - Method in class com.amos.server.webrtc.PeerWrapper
This method set the new remote sessions descriptor with the information needed to the peer
setRemoteIceCandidate(IceCandidate) - Method in interface com.amos.flyinn.webrtc.IPeer
 
setRemoteIceCandidate(IceCandidate) - Method in class com.amos.flyinn.webrtc.PeerWrapper
This method set the new remote ice candidate with the information needed to the peer.
setRemoteIceCandidate(IceCandidate) - Method in interface com.amos.server.webrtc.IPeer
 
setRemoteIceCandidate(IceCandidate) - Method in class com.amos.server.webrtc.PeerWrapper
This method set the new remote ice candidate with the information needed to the peer.
setRemoteStream(MediaStream) - Method in class com.amos.server.webrtc.PeerWrapper
 
setStateText(int) - Method in class com.amos.flyinn.ConnectionSetupActivity
This method should be use to update the TextView description state.
setStateText(int) - Method in class com.amos.server.ConnectionSetupServerActivity
This method should be use to update the TextView description state.
SettingsChecker - Class in com.amos.flyinn.settingsCheck
Checks the software settings which are necessary
SettingsChecker(Context) - Constructor for class com.amos.flyinn.settingsCheck.SettingsChecker
Constructor sets context
SettingsChecker.SettingsType - Enum in com.amos.flyinn.settingsCheck
Different types of settings
SettingsCheckerTest - Class in com.amos.flyinn.settingsCheck
Tests the settingsChecker
SettingsCheckerTest() - Constructor for class com.amos.flyinn.settingsCheck.SettingsCheckerTest
 
setUp() - Method in class com.amos.server.eventsender.EventServerTest
 
setUp() - Method in class com.amos.server.eventsender.EventWriterTest
Create output streams and event writer for testing
SETUP_SCREEN_CONNECTION - Static variable in class com.amos.flyinn.webrtc.SetupStates
 
SETUP_SCREEN_CONNECTION - Static variable in class com.amos.server.webrtc.SetupStates
 
SetupStates - Class in com.amos.flyinn.webrtc
SetupStates class
SetupStates() - Constructor for class com.amos.flyinn.webrtc.SetupStates
 
SetupStates - Class in com.amos.server.webrtc
SetupStates class
SetupStates() - Constructor for class com.amos.server.webrtc.SetupStates
 
shareIceCandidate(IceCandidate) - Method in class com.amos.flyinn.signaling.ClientSocket
This method is responsible to send the serialized ice candidate to the signaling server.
shareIceCandidate(IceCandidate) - Method in interface com.amos.flyinn.signaling.Emitter
 
shareIceCandidate(IceCandidate) - Method in interface com.amos.server.signaling.Emitter
 
shareIceCandidate(IceCandidate) - Method in class com.amos.server.signaling.WebServer
 
shareSessionDescription(SessionDescription) - Method in class com.amos.flyinn.signaling.ClientSocket
This method is responsible to send the serialized session descriptor to the signaling server.
shareSessionDescription(SessionDescription) - Method in interface com.amos.flyinn.signaling.Emitter
 
shareSessionDescription(SessionDescription) - Method in interface com.amos.server.signaling.Emitter
 
shareSessionDescription(SessionDescription) - Method in class com.amos.server.signaling.WebServer
 
ShowCodeActivity - Class in com.amos.flyinn
 
ShowCodeActivity() - Constructor for class com.amos.flyinn.ShowCodeActivity
 
signaling_messages_ice_candidate() - Method in class com.amos.flyinn.webrtc.SignalingMessagesTest
 
signaling_messages_ice_candidate() - Method in class com.amos.server.webrtc.SignalingMessagesTest
 
signaling_messages_remote_descriptor() - Method in class com.amos.flyinn.webrtc.SignalingMessagesTest
 
signaling_messages_remote_descriptor() - Method in class com.amos.server.webrtc.SignalingMessagesTest
 
signaling_messages_serialize_ice_candidate() - Method in class com.amos.flyinn.webrtc.SignalingMessagesTest
 
signaling_messages_serialize_ice_candidate() - Method in class com.amos.server.webrtc.SignalingMessagesTest
 
signaling_messages_serialize_session_description() - Method in class com.amos.flyinn.webrtc.SignalingMessagesTest
 
signaling_messages_serialize_session_description() - Method in class com.amos.server.webrtc.SignalingMessagesTest
 
SignalingMessagesTest - Class in com.amos.flyinn.webrtc
Test the signaling server for WebRTC negotiation
SignalingMessagesTest() - Constructor for class com.amos.flyinn.webrtc.SignalingMessagesTest
 
SignalingMessagesTest - Class in com.amos.server.webrtc
Test the signaling server for WebRTC negotiation
SignalingMessagesTest() - Constructor for class com.amos.server.webrtc.SignalingMessagesTest
 
SocketServer - Class in com.amos.server.signaling
 
SocketServer() - Constructor for class com.amos.server.signaling.SocketServer
 
spawn_adb() - Method in class com.amos.flyinn.summoner.Daemon
Start ADBService, which will call fakeinputlib on commandline.
spawn_adbHappypathTest() - Method in class com.amos.flyinn.summoner.DaemonTest
Create a new daemon daemon with a provided correct mock context.
spawn_adbNoContextTest() - Method in class com.amos.flyinn.summoner.DaemonTest
Create a daemon without a properly provided mock context.
spawnApp(AdbConnection, String) - Method in class com.amos.flyinn.summoner.ADBService
Run a command using adb shell.
spawnApp() - Method in class com.amos.flyinn.summoner.ADBServiceTest
 
start(Context, String, Point) - Static method in class com.amos.flyinn.summoner.Demo
 
stringFromJNI() - Method in class com.amos.flyinn.MainActivity
A native method that is implemented by the 'native-lib' native library, which is packaged with this application.
switchToHomeScreen() - Method in class com.amos.flyinn.ConnectionSetupActivity
Method to minimize the app and go to the home screen
A B C D E F G I L M N O P R S T U V W X Y 
Skip navigation links