HomeSort by relevance Sort by last modified time
    Searched defs:connect (Results 201 - 225 of 552) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_dri.c 304 xcb_dri2_connect_reply_t *connect = NULL; local
337 connect = xcb_dri2_connect_reply(scrn->conn, connect_cookie, NULL);
338 if (connect == NULL || connect->driver_name_length + connect->device_name_length == 0)
341 device_name_length = xcb_dri2_connect_device_name_length(connect);
343 memcpy(device_name, xcb_dri2_connect_device_name(connect), device_name_length);
369 free(connect);
378 free(connect);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 304 xcb_dri2_connect_reply_t *connect = NULL; local
337 connect = xcb_dri2_connect_reply(scrn->conn, connect_cookie, NULL);
338 if (connect == NULL || connect->driver_name_length + connect->device_name_length == 0)
341 device_name_length = xcb_dri2_connect_device_name_length(connect);
343 memcpy(device_name, xcb_dri2_connect_device_name(connect), device_name_length);
369 free(connect);
378 free(connect);
  /external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 63 * Unfortunately, older HTTPS servers refuse to connect when such options are
94 public void connect(int connectTimeout, int readTimeout, TunnelRequest tunnelRequest) method in class:Connection
169 /** Returns true if {@link #connect} has been attempted on this connection. */
304 * CONNECT request to create the proxy connection. This may need to be
329 "Unexpected response code for CONNECT: " + responseHeaders.getResponseCode());
  /external/replicaisland/src/com/replica/replicaisland/
EventReporter.java 104 connection.connect();
  /frameworks/av/camera/
ICamera.cpp 43 CONNECT,
249 virtual status_t connect(const sp<ICameraClient>& cameraClient) function in class:android::BpCamera
254 remote()->transact(CONNECT, data, &reply);
402 case CONNECT: {
405 reply->writeInt32(connect(cameraClient));
IProCameraUser.cpp 33 CONNECT,
64 virtual status_t connect(const sp<IProCameraCallbacks>& cameraClient) function in class:android::BpProCameraUser
69 remote()->transact(CONNECT, data, &reply);
210 case CONNECT: {
214 reply->writeInt32(connect(cameraClient));
ProCamera.cpp 38 sp<ProCamera> ProCamera::connect(int cameraId) function in class:android::ProCamera
40 return CameraBaseT::connect(cameraId, String16(),
  /frameworks/av/media/libstagefright/
OMXClient.cpp 375 status_t OMXClient::connect() { function in class:android::OMXClient
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 220 public boolean connect(BluetoothDevice device) { method in class:BluetoothA2dp
221 if (DBG) log("connect(" + device + ")");
225 return mService.connect(device);
BluetoothGattServer.java 393 * <p>The autoConnect paramter determines whether to actively connect to
402 * @param autoConnect Whether to directly connect to the remote device (false)
403 * or to automatically connect as soon as the remote
407 public boolean connect(BluetoothDevice device, boolean autoConnect) { method in class:BluetoothGattServer
408 if (DBG) Log.d(TAG, "connect() - device: " + device.getAddress() + ", auto: " + autoConnect);
BluetoothInputDevice.java 89 * Return codes for the connect and disconnect Bluez / Dbus calls.
296 public boolean connect(BluetoothDevice device) { method in class:BluetoothInputDevice
297 if (DBG) log("connect(" + device + ")");
300 return mService.connect(device);
BluetoothMap.java 212 public boolean connect(BluetoothDevice device) { method in class:BluetoothMap
213 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
BluetoothPan.java 96 * Return codes for the connect and disconnect Bluez / Dbus calls.
226 public boolean connect(BluetoothDevice device) { method in class:BluetoothPan
227 if (DBG) log("connect(" + device + ")");
231 return mPanService.connect(device);
  /frameworks/base/media/lib/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 135 * This mode indicates that the user is actively trying to connect to a route
182 * Called when the system would like to connect to a display.
340 public void connect(String id) { method in class:RemoteDisplayProvider.ProviderStub
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 181 mScannerConnection.connect();
  /frameworks/base/obex/javax/obex/
ClientSession.java 72 public HeaderSet connect(final HeaderSet header) throws IOException { method in class:ClientSession
92 * Write the OBEX CONNECT packet to the server.
94 * Byte 1&2: Connect Packet Length
403 * if this is called on a CONNECT, SETPATH or DISCONNECT return
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 273 conn.connect();
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 43 private boolean connect() { method in class:Installer
54 mSocket.connect(address);
149 if (!connect()) {
161 if (!connect() || !writeCommand(cmd)) {
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 40 * Test Service that tries to connect to the web via different methods and outputs the results to
91 * @return true if it was able to connect, false otherwise.
98 conn.connect();
115 * @return true if it was able to connect, false otherwise.
122 conn.connect();
138 * Tests to connect via sntp.
139 * @return true if it was able to connect, false otherwise.
151 * @return true if it was able to connect, false otherwise.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
MffFilterTestCase.java 142 graphBuilder.connect(inputFilter, "output", filter, inputPortEntry.getKey());
155 graphBuilder.connect(filter, outputPortEntry.getKey(), outputFilter, "input");
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 247 * iterator forward in certain direction. @ref Mover::connect
252 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const = 0;
260 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const { function in struct:mcld::InputTree::Succeeder
273 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const { function in struct:mcld::InputTree::Includer
  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 214 connect(reloc, sym);
232 connect(node, (*sig_it)->symInfo());
238 bool FragmentGraph::connect(Signal pSignal, Slot pSlot) function in class:FragmentGraph
253 bool FragmentGraph::connect(FGNode& pFrom, Slot pSlot) function in class:FragmentGraph
404 // connect edges - traverse all relocations to set the edges
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 40 CONNECT,
141 virtual status_t connect(const sp<IBinder>& token, function in class:android::BpGraphicBufferProducer
148 status_t result = remote()->transact(CONNECT, data, &reply);
243 case CONNECT: {
251 status_t res = connect(token, api, producerControlledByApp, output);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 434 status_t VirtualDisplaySurface::connect(const sp<IBinder>& token, function in class:android::VirtualDisplaySurface
438 status_t result = mSource[SOURCE_SINK]->connect(token, api, producerControlledByApp, &qbo);
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 132 bt_status_t (*connect)(int server_if, const bt_bdaddr_t *bd_addr, bool is_direct ); member in struct:__anon32823

Completed in 593 milliseconds

1 2 3 4 5 6 7 891011>>