Searched defs:isServer (Results 1 - 17 of 17) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingContext.java65 * @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) argument
92 return new PairingContext(localCert, peerCert, input, output, isServer);
100 if (isServer()) {
112 if (isServer()) {
135 public boolean isServer() { method in class:PairingContext
140 return !(isServer());
67 PairingContext(Certificate localCertificate, Certificate peerCertificate, InputStream peerInputStream, OutputStream peerOutputStream, boolean isServer) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPResponse.java555 * @param isServer is set to true if this is the UAS
558 public String getDialogId(boolean isServer) { argument
563 if (!isServer) {
589 public String getDialogId(boolean isServer, String toTag) { argument
593 if (!isServer) {
H A DSIPRequest.java548 * @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) { argument
555 if (!isServer) {
585 public String getDialogId(boolean isServer, String toTag) { argument
589 if (!isServer) {
/external/nist-sip/java/javax/sip/
H A DDialog.java57 boolean isServer(); method in interface:Dialog
/external/webrtc/webrtc/libjingle/xmpp/
H A Dchatroommoduleimpl.cc69 XmppReturnStatus ChangePresence(XmppChatroomState new_state, const XmlElement* presence, bool isServer);
528 bool isServer) {
553 if (isServer) {
526 ChangePresence(XmppChatroomState new_state, const XmlElement* presence, bool isServer) argument
/external/curl/lib/vtls/
H A Dnss.c649 PRBool isServer)
685 return SSL_AuthCertificate(CERT_GetDefaultCertDB(), fd, checksig, isServer);
648 nss_auth_cert_hook(void *arg, PRFileDesc *fd, PRBool checksig, PRBool isServer) argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java720 if (!isServer()) {
844 if (sipResponse.getStatusCode() / 100 == 2 && !this.isServer()) {
855 if (!isServer()) {
1242 sipStack.getStackLogger().logDebug("isServer = " + isServer());
1418 public boolean isServer() { method in class:SIPDialog
1444 this.dialogId = this.lastResponse.getDialogId(isServer());
1459 if (dialog.isServer()) {
1781 if (!isServer()) {
1889 || (this.isServer()
[all...]
H A DSIPTransactionStack.java901 * @param isServer search the server transaction table if true.
906 public SIPTransaction findTransaction(SIPMessage sipMessage, boolean isServer) { argument
909 if (isServer) {
973 public SIPTransaction findCancelTransaction(SIPRequest cancelRequest, boolean isServer) { argument
977 + "\nfindCancelRequest isServer=" + isServer);
980 if (isServer) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 231 milliseconds