HomeSort by relevance Sort by last modified time
    Searched refs:isServer (Results 1 - 24 of 24) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingContext.java 65 * @param isServer {@code true} if this endpoint it the server
69 OutputStream peerOutputStream, boolean isServer) {
74 mIsServer = isServer;
81 * @param isServer {@code true} if this endpoint is the server
86 public static PairingContext fromSslSocket(SSLSocket socket, boolean isServer)
92 return new PairingContext(localCert, peerCert, input, output, isServer);
100 if (isServer()) {
112 if (isServer()) {
135 public boolean isServer() {
140 return !(isServer());
    [all...]
PairingSession.java 226 if (mPairingContext.isServer()) {
371 if (mPairingContext.isServer()) {
602 if (!mPairingContext.isServer()) {
  /external/nist-sip/java/javax/sip/
Dialog.java 57 boolean isServer();
  /frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java 34 volatile boolean isServer = false;
74 isServer = remoteAddr == null ? true: false;
88 if (isServer) {
109 if (isServer) {
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 555 * @param isServer is set to true if this is the UAS
558 public String getDialogId(boolean isServer) {
563 if (!isServer) {
589 public String getDialogId(boolean isServer, String toTag) {
593 if (!isServer) {
SIPRequest.java 548 * @param isServer is set to true if this is the UAS and set to false if this is the UAC
550 public String getDialogId(boolean isServer) {
555 if (!isServer) {
585 public String getDialogId(boolean isServer, String toTag) {
589 if (!isServer) {
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc 69 XmppReturnStatus ChangePresence(XmppChatroomState new_state, const XmlElement* presence, bool isServer);
528 bool isServer) {
553 if (isServer) {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 720 if (!isServer()) {
    [all...]
SIPTransactionStack.java 901 * @param isServer search the server transaction table if true.
906 public SIPTransaction findTransaction(SIPMessage sipMessage, boolean isServer) {
909 if (isServer) {
    [all...]
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainSocketImpl.java 724 abstract void socketCreate(boolean isServer) throws IOException;
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 399 boolean isServer = controlInfo.get("is_server").isBoolean().booleanValue();
403 controlTypeSelect.setControlType(isServer ? TestSelector.SERVER_TYPE :
    [all...]
  /external/curl/lib/vtls/
nss.c 679 PRBool isServer)
715 return SSL_AuthCertificate(CERT_GetDefaultCertDB(), fd, checksig, isServer);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 1583 milliseconds