HomeSort by relevance Sort by last modified time
    Searched defs:CONNECT (Results 1 - 25 of 45) sorted by null

1 2

  /hardware/qcom/display/msm8960/libqservice/
IQService.h 42 CONNECT,
51 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 32 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
45 virtual bool connect( function in struct:android::BpMediaHTTPConnection
68 remote()->transact(CONNECT, data, &reply);
IOMXStore.cpp 38 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
IOMX.cpp 39 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
    [all...]
  /hardware/qcom/display/msm8226/libqservice/
IQService.h 44 CONNECT, // Connect to qservice
71 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
  /libcore/ojluni/src/main/java/java/net/
SocksConsts.java 41 static final int CONNECT = 1;
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java 32 public static final String CONNECT = "CONNECT";
  /hardware/qcom/display/msm8909/libqservice/
IQService.h 44 CONNECT, // Connect to qservice
84 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
  /hardware/qcom/display/msm8994/libqservice/
IQService.h 44 CONNECT = 4, // Connect to qservice
80 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
  /packages/services/Car/service/src/com/android/car/
BluetoothAutoConnectStateMachine.java 29 * Idle is the starting state. Incoming 'CONNECT' message is honored and connection attempts are
31 * Processing state ignores any incoming 'CONNECT' requests from any of the vehicle signals,
44 public static final int CONNECT = 101;
79 * Idle State is the Initial State, when the system is accepting incoming 'CONNECT' requests.
81 * If the policy finds a device to connect on a profile, transitions to Processing.
82 * If there is nothing to connect to, wait for the next 'CONNECT' message to try next.
99 case CONNECT: {
101 Log.d(TAG, "Idle->Connect:");
125 * Instruct the policy to find and connect to a device on a connectable profile
    [all...]
  /external/libpcap/
atmuni31.h 45 #define CONNECT 0x07 /* connect */
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 65 public static final String CONNECT = "CONNECT";
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 48 private static final int CONNECT = 0;
74 if (!inst.connected() && msg.what != CONNECT) {
80 case CONNECT:
81 inst.connect();
112 // Connect it to the target device via OBEX.
113 mHandler.obtainMessage(CONNECT).sendToTarget();
134 private void connect() { method in class:BluetoothMasObexClientSession
141 headerset = mSession.connect(headerset);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MasClient.java 41 private static final int CONNECT = 0;
80 mHandler.obtainMessage(CONNECT).sendToTarget();
83 private void connect() { method in class:MasClient
91 mSocket.connect();
104 headerset = mSession.connect(headerset);
184 if (!inst.mConnected && msg.what != CONNECT) {
190 case CONNECT:
191 inst.connect();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiFormPageType.java 43 CONNECT(FormPageDisplayer.DISPLAY_TYPE_LOADING, R.string.wifi_connecting, 0),
  /frameworks/av/camera/
ICamera.cpp 47 CONNECT,
289 virtual status_t connect(const sp<ICameraClient>& cameraClient) function in class:android::hardware::BpCamera
294 remote()->transact(CONNECT, data, &reply);
473 case CONNECT: {
476 reply->writeInt32(connect(cameraClient));
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteManagerTest.java 153 public int expectedBluetoothInteraction; // NONE, CONNECT, or DISCONNECT
155 public String expectedConnectionAddress; // Expected device to connect to.
196 private static final int CONNECT = 2;
392 case CONNECT:
500 .setExpectedBluetoothInteraction(CONNECT)
548 .setExpectedBluetoothInteraction(CONNECT)
564 .setExpectedBluetoothInteraction(CONNECT)
580 .setExpectedBluetoothInteraction(CONNECT)
611 .setExpectedBluetoothInteraction(CONNECT)
    [all...]
  /external/tcpdump/
print-atm.c 82 #define CONNECT 0x07 /* connect */
329 { CONNECT, "Connect" },
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java 46 private static final String CONNECT = "CONNECT";
87 if (requestType.equals(CONNECT)) {
134 if (requestType.equals(CONNECT)) {
146 Log.v(TAG, "Unable to connect to proxy " + proxy, ioe);
155 if (requestType.equals(CONNECT)) {
167 SocketConnect.connect(connection, server);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 51 CONNECT,
297 virtual status_t connect(const sp<IProducerListener>& listener, function in class:android::BpGraphicBufferProducer
309 status_t result = remote()->transact(CONNECT, data, &reply);
585 status_t connect(
589 return mBase->connect(listener, api, producerControlledByApp, output);
779 case CONNECT: {
788 status_t res = connect(listener, api, producerControlledByApp, &output);
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 57 private static enum OpType { CONNECT, READ, WRITE };
74 // pending connect (updateLock)
259 if (task.getContext() == OpType.CONNECT)
267 // -- connect --
355 int n = Net.connect(fd, isa.getAddress(), isa.getPort());
361 result = new PendingFuture<Void,A>(this, OpType.CONNECT);
381 // close channel if connect fails
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 21 * CONNECT | | DISCONNECTED
25 * CONNECTED | | CONNECT
66 static final int CONNECT = 1;
290 case CONNECT:
397 case CONNECT:
518 logi("Ready to connect incoming Connection from pending state");
544 log("current device tries to connect back");
589 // state. This is to prevent auto connect attempts from disconnecting
592 removeDeferredMessages(CONNECT);
615 case CONNECT
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 21 * CONNECT | | DISCONNECTED
25 * CONNECTED | | CONNECT
64 static final int CONNECT = 1;
200 case CONNECT:
306 case CONNECT:
451 log("current device tries to connect back");
515 case CONNECT:
721 logw("okToConnect not OK to connect " + device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 21 * CONNECT | | | DISCONNECTED
80 public static final int CONNECT = 1;
775 // will be set on connect
805 case CONNECT:
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 77 * <p> An application can initiate a connection request to a peer through {@link #connect}. See
82 * <p> After a successful group formation through {@link #createGroup} or through {@link #connect},
314 public static final int CONNECT = BASE + 7;
1031 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { method in class:WifiP2pManager
    [all...]

Completed in 1066 milliseconds

1 2