HomeSort by relevance Sort by last modified time
    Searched refs:isLoopback (Results 1 - 25 of 31) sorted by null

1 2

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallViewController.h 16 isLoopback:(BOOL)isLoopback
ARDMainView.h 19 isLoopback:(BOOL)isLoopback
ARDMainViewController.m 37 isLoopback:(BOOL)isLoopback
71 isLoopback:isLoopback
ARDVideoCallViewController.m 35 isLoopback:(BOOL)isLoopback
40 isLoopback:isLoopback
ARDMainView.m 259 isLoopback:_loopbackSwitch.isOn
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDRoomServerClient.h 20 isLoopback:(BOOL)isLoopback
ARDAppClient.h 64 // If |isLoopback| is true, the call will connect to itself.
67 isLoopback:(BOOL)isLoopback
ARDAppEngineClient.m 40 isLoopback:(BOOL)isLoopback
46 if (isLoopback) {
ARDAppClient+Internal.h 45 @property(nonatomic, readonly) BOOL isLoopback;
ARDAppClient.m 117 @synthesize isLoopback = _isLoopback;
204 isLoopback:(BOOL)isLoopback
208 _isLoopback = isLoopback;
228 isLoopback:isLoopback
  /libcore/ojluni/src/main/java/sun/security/ssl/
KerberosClientKeyExchange.java 75 public KerberosClientKeyExchange(String serverName, boolean isLoopback,
80 init(serverName, isLoopback, acc, protocolVersion, rand);
117 public void init(String serverName, boolean isLoopback,
122 impl.init(serverName, isLoopback, acc, protocolVersion, rand);
  /libcore/luni/src/test/java/libcore/java/net/
NetworkInterfaceTest.java 116 if (nif.isLoopback()) {
172 lo.isLoopback();
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
ARDAppClientTest.mm 141 }] joinRoomWithRoomId:roomId isLoopback:NO completionHandler:[OCMArg any]];
281 [caller connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO];
282 [answerer connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO];
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
SimpleServer.java 149 if (!netint.isLoopback() || !netint.isUp()) { // Ignore if localhost or not active
172 if (netint.isLoopback() || !netint.isUp()) { // Ignore if localhost or not active
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
NetworkInterfaceTest.java 378 * java.net.NetworkInterface#isLoopback()
393 assertEquals(loopback, netif.isLoopback());
407 if (netif.isLoopback()) {
MulticastSocketTest.java 66 assertTrue(loopbackInterface.isLoopback());
    [all...]
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 388 public boolean isLoopback() throws SocketException {
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCViewController.m 283 [client connectToRoomWithId:roomId isLoopback:NO isAudioOnly:NO];
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 260 if (networkInterface.isLoopback() || !networkInterface.isUp()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 539 BOOL isLoopback;
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 3009 milliseconds

1 2