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

1 2

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 35 boolean isServer;
55 ScanClient(int appIf, boolean isServer) {
56 this(appIf, isServer, new UUID[0], DEFAULT_SCAN_SETTINGS, null, null, null);
59 ScanClient(int appIf, boolean isServer, UUID[] uuids) {
60 this(appIf, isServer, uuids, DEFAULT_SCAN_SETTINGS, null, null, null);
63 ScanClient(int appIf, boolean isServer, ScanSettings settings,
65 this(appIf, isServer, new UUID[0], settings, filters, null, null);
68 ScanClient(int appIf, boolean isServer, ScanSettings settings,
70 this(appIf, isServer, new UUID[0], settings, filters, null, storages);
73 ScanClient(int appIf, boolean isServer, ScanSettings settings
    [all...]
GattService.java 356 public void startScan(int appIf, boolean isServer, ScanSettings settings,
361 service.startScan(appIf, isServer, settings, filters, workSource, storages,
365 public void stopScan(int appIf, boolean isServer) {
368 service.stopScan(new ScanClient(appIf, isServer));
372 public void flushPendingBatchResults(int appIf, boolean isServer) {
375 service.flushPendingBatchResults(appIf, isServer);
620 if (!client.isServer) {
    [all...]
  /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()) {
  /libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java 53 native void socketCreate(boolean isServer) throws IOException;
AbstractPlainSocketImpl.java 626 abstract void socketCreate(boolean isServer) throws IOException;
  /external/nist-sip/java/javax/sip/
Dialog.java 57 boolean isServer();
  /libcore/ojluni/src/main/java/sun/security/ssl/
HandshakeHash.java 111 private final boolean isServer;
130 HandshakeHash(boolean isServer, boolean needCertificateVerify,
132 this.isServer = isServer;
SSLSocketImpl.java 549 private void init(SSLContextImpl context, boolean isServer) {
558 roleIsServer = isServer;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 38 void startScan(in int appIf, in boolean isServer, in ScanSettings settings,
41 void stopScan(in int appIf, in boolean isServer);
42 void flushPendingBatchResults(in int appIf, in 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/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 48 assertTrue("Incorrect isServer", session.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...]
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 406 boolean isServer = controlInfo.get("is_server").isBoolean().booleanValue();
410 controlTypeSelect.setControlType(isServer ? TestSelector.SERVER_TYPE :
    [all...]
  /external/curl/lib/vtls/
nss.c 643 PRBool isServer)
679 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-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.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 

Completed in 1483 milliseconds

1 2