HomeSort by relevance Sort by last modified time
    Searched refs:connect (Results 251 - 275 of 2749) sorted by null

<<11121314151617181920>>

  /external/mtpd/
mtpd.h 84 /* Connect to the server and return the next timeout interval. */
85 int (*connect)(char **arguments); member in struct:protocol
  /external/python/cpython2/Demo/sockets/
finger.py 26 s.connect((host, FINGER_PORT))
rpython.py 25 s.connect((host, port))
  /external/python/cpython2/Doc/includes/sqlite3/
text_factory.py 3 con = sqlite3.connect(":memory:")
  /external/python/cpython3/Tools/demo/
rpython.py 26 s.connect((host, port))
  /external/skia/tools/lua/
gradients.py 12 with sqlite3.connect(outpath) as conn:
  /external/skqp/tools/lua/
gradients.py 12 with sqlite3.connect(outpath) as conn:
  /external/strace/tests/
recvfrom.c 76 if (connect(cfd, (const void *) &un, sizeof(un)))
77 perror_msg_and_skip("connect");
  /external/strace/tests-m32/
recvfrom.c 76 if (connect(cfd, (const void *) &un, sizeof(un)))
77 perror_msg_and_skip("connect");
  /external/strace/tests-mx32/
recvfrom.c 76 if (connect(cfd, (const void *) &un, sizeof(un)))
77 perror_msg_and_skip("connect");
  /external/volley/src/test/java/com/android/volley/mock/
MockHttpURLConnection.java 74 public void connect() throws IOException { method in class:MockHttpURLConnection
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomlookuptask_unittest.cc 80 task->SignalResult.connect(listener, &MucRoomLookupListener::OnResult);
121 task->SignalResult.connect(listener, &MucRoomLookupListener::OnResult);
158 task->SignalError.connect(listener, &MucRoomLookupListener::OnError);
174 task->SignalError.connect(listener, &MucRoomLookupListener::OnError);
  /external/webrtc/webrtc/p2p/client/
autoportallocator.h 34 jit->SignalJingleInfo.connect(this, &AutoPortAllocator::OnJingleInfo);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaHTTP.h 32 virtual status_t connect(
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 54 automationWrapper.connect();
  /frameworks/base/media/jni/
android_media_Media2HTTPConnection.h 30 virtual bool connect(
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
OppProfile.java 43 public boolean connect(BluetoothDevice device) { method in class:OppProfile
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 37 void connect(CachedBluetoothDevice device); method in interface:BluetoothController
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
SocketConnect.java 41 public static void connect(Socket first, Socket second) { method in class:SocketConnect
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 47 virtual void connect(const sp<IQClient>& client) { function in class:qService::BpQService
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HWC client", __FUNCTION__);
55 virtual void connect(const sp<IQHDMIClient>& client) { function in class:qService::BpQService
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
112 connect(client);
124 connect(client);
  /hardware/qcom/display/msm8909/libqservice/
IQService.cpp 47 virtual void connect(const sp<IQClient>& client) { function in class:qService::BpQService
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HWC client", __FUNCTION__);
55 virtual void connect(const sp<IQHDMIClient>& client) { function in class:qService::BpQService
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
108 connect(client);
119 connect(client);
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQService.cpp 47 virtual void connect(const sp<IQClient>& client) { function in class:qService::BpQService
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HWC client", __FUNCTION__);
55 virtual void connect(const sp<IQHDMIClient>& client) { function in class:qService::BpQService
56 ALOGD_IF(QSERVICE_DEBUG, "%s: connect HDMI client", __FUNCTION__);
108 connect(client);
119 connect(client);
  /hardware/qcom/display/msm8960/libqservice/
IQService.h 42 CONNECT,
51 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
QService.cpp 62 void QService::connect(const sp<qClient::IQClient>& client) { function in class:qService::QService
  /hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.cpp 63 mQService->connect(interface_cast<IQHDMIClient>(client));

Completed in 865 milliseconds

<<11121314151617181920>>