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

  /hardware/qcom/display/libqservice/
IQService.h 42 CONNECT,
51 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
  /frameworks/av/include/camera/
ICameraService.h 38 CONNECT,
68 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient,
73 virtual sp<IProCameraUser> connect(const sp<IProCameraCallbacks>& cameraCb,
  /external/libpcap/
atmuni31.h 47 #define CONNECT 0x07 /* connect */
  /external/tcpdump/
atmuni31.h 47 #define CONNECT 0x07 /* connect */
  /frameworks/av/camera/
ICamera.cpp 42 CONNECT,
235 virtual status_t connect(const sp<ICameraClient>& cameraClient) function in class:android::BpCamera
240 remote()->transact(CONNECT, data, &reply);
379 case CONNECT: {
382 reply->writeInt32(connect(cameraClient));
IProCameraUser.cpp 36 CONNECT,
167 virtual status_t connect(const sp<IProCameraCallbacks>& cameraClient) function in class:android::BpProCameraUser
172 remote()->transact(CONNECT, data, &reply);
312 case CONNECT: {
316 reply->writeInt32(connect(cameraClient));
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 41 CONNECT,
157 virtual status_t connect(int api, QueueBufferOutput* output) { function in class:android::BpGraphicBufferProducer
161 status_t result = remote()->transact(CONNECT, data, &reply);
262 case CONNECT: {
268 status_t res = connect(api, output);
  /frameworks/av/media/libmedia/
IOMX.cpp 29 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 21 * CONNECT | | DISCONNECTED
25 * CONNECTED | | CONNECT
63 static final int CONNECT = 1;
175 case CONNECT:
290 case CONNECT:
421 log("current device tries to connect back");
478 case CONNECT:
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 462 #define CONNECT(cc, func) \
466 CONNECT("selection/active",
468 CONNECT("selection/inactive",
470 CONNECT("focus_ring", renderThemeEflColorClassFocusRing);
471 CONNECT("button/text", renderThemeEflColorClassButtonText);
472 CONNECT("combo/text", renderThemeEflColorClassComboText);
473 CONNECT("entry/text", renderThemeEflColorClassEntryText);
474 CONNECT("search/text", renderThemeEflColorClassSearchText);
475 #undef CONNECT
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 100 public static final String CONNECT = "CONNECT";
290 connect(); method
307 * Connect to the origin server either directly or via a proxy.
309 protected void connect() throws IOException { method in class:HttpEngine
316 HttpConnection result = HttpConnection.connect(uri, getSslSocketFactory(),
440 // Never cache responses to proxy CONNECT requests.
441 if (method == CONNECT) {
501 // don't reuse it. This advice doesn't apply to CONNECT requests because
503 if (requestHeaders.hasConnectionClose() && method != CONNECT) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 78 * <p> An application can initiate a connection request to a peer through {@link #connect}. See
83 * <p> After a successful group formation through {@link #createGroup} or through {@link #connect},
303 public static final int CONNECT = BASE + 7;
895 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { method in class:WifiP2pManager
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 21 * CONNECT | | DISCONNECTED
25 * CONNECTED | | CONNECT
77 static final int CONNECT = 1;
263 case CONNECT:
394 case CONNECT:
540 log("current device tries to connect back");
598 case CONNECT:
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 755 #define CONNECT(s, c) evas_object_event_callback_add(o, s, c, sd)
756 CONNECT(EVAS_CALLBACK_FOCUS_IN, _ewk_view_on_focus_in);
757 CONNECT(EVAS_CALLBACK_FOCUS_OUT, _ewk_view_on_focus_out);
758 CONNECT(EVAS_CALLBACK_MOUSE_WHEEL, _ewk_view_on_mouse_wheel);
759 CONNECT(EVAS_CALLBACK_MOUSE_DOWN, _ewk_view_on_mouse_down);
760 CONNECT(EVAS_CALLBACK_MOUSE_UP, _ewk_view_on_mouse_up);
761 CONNECT(EVAS_CALLBACK_MOUSE_MOVE, _ewk_view_on_mouse_move);
762 CONNECT(EVAS_CALLBACK_KEY_DOWN, _ewk_view_on_key_down);
763 CONNECT(EVAS_CALLBACK_KEY_UP, _ewk_view_on_key_up);
764 #undef CONNECT
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 256 milliseconds