Searched refs:connect (Results 1 - 25 of 121) sorted by last modified time

12345

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp161 CHECK_EQ(client.connect(), (status_t)OK);
H A Dandroid_AudioSfDecoder.cpp298 CHECK_EQ(client.connect(), (status_t)OK);
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java61 bridge.connect();
H A DEventsCommand.java60 bridge.connect();
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java79 connect();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java515 s.connect(l);
522 //ignore failure to close after failure to connect
/frameworks/native/include/gui/
H A DBufferQueue.h151 // connect attempts to connect a producer client API to the BufferQueue.
155 // This method will fail if the connect was previously called on the
157 virtual status_t connect(int api, QueueBufferOutput* output);
161 // ISurfaceTexture methods to fail except for getAllocator and connect.
162 // Successfully calling connect after this will allow the other methods to
497 // by the connect and disconnect methods.
H A DISurfaceTexture.h167 // connect attempts to connect a client API to the SurfaceTexture. This
171 // This method will fail if the connect was previously called on the
177 virtual status_t connect(int api, QueueBufferOutput* output) = 0;
181 // ISurfaceTexture methods to fail except for getAllocator and connect.
182 // Successfully calling connect after this will allow the other methods to
H A DSurfaceTextureClient.h109 virtual int connect(int api);
/frameworks/native/libs/gui/
H A DBufferQueue.cpp619 status_t BufferQueue::connect(int api, QueueBufferOutput* output) { function in class:android::BufferQueue
621 ST_LOGV("connect: api=%d", api);
625 ST_LOGE("connect: BufferQueue has been abandoned!");
630 ST_LOGE("connect: BufferQueue has no consumer!");
641 ST_LOGE("connect: already connected (cur=%d, req=%d)",
H A DISurfaceTexture.cpp159 virtual status_t connect(int api, QueueBufferOutput* output) { function in class:android::BpSurfaceTexture
275 status_t res = connect(api, output);
H A DSurfaceTextureClient.cpp427 return connect(api);
504 int SurfaceTextureClient::connect(int api) { function in class:android::SurfaceTextureClient
506 ALOGV("SurfaceTextureClient::connect");
509 int err = mSurfaceTexture->connect(api, &output);
741 int err = SurfaceTextureClient::connect(NATIVE_WINDOW_API_CPU);
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp67 mBQ->connect(NATIVE_WINDOW_API_CPU, &qbo);
/frameworks/native/opengl/libagl/
H A Degl.cpp158 virtual EGLBoolean connect() { return EGL_TRUE; } function in struct:android::egl_surface_t
228 virtual EGLBoolean connect();
369 EGLBoolean egl_window_surface_v2_t::connect() function in class:android::egl_window_surface_v2_t
408 ALOGE("connect() failed to lock buffer %p (%ux%u)",
1760 if (d->connect() == EGL_FALSE) {
1767 // FIXME: lock/connect the read surface too
/frameworks/native/services/surfaceflinger/
H A DSurfaceTextureLayer.cpp37 status_t SurfaceTextureLayer::connect(int api, QueueBufferOutput* output) { function in class:android::SurfaceTextureLayer
38 status_t err = BufferQueue::connect(api, output);
H A DSurfaceTextureLayer.h40 virtual status_t connect(int api, QueueBufferOutput* output);
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h97 * iterator forward in certain direction. @ref Mover::connect
102 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const = 0;
110 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const { function in struct:mcld::InputTree::Succeeder
123 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const { function in struct:mcld::InputTree::Includer
/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp35 pMover.connect(pRoot, iterator(pTree.m_Root.node.right));
52 pMover.connect(pRoot, iterator(node));
60 pMover.connect(pRoot, iterator(node));
70 pMover.connect(pRoot, iterator(node));
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java62 Type connect = tb.create();
68 b.addConnection(connect, mConvolve.getKernelID(), mMatrix.getKernelID());
71 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java276 s.connect(InetAddress.getByName("192.168.1.1"), 80);
H A DSipSessionGroup.java174 socket.connect(remote, port);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java55 * make decisions about what access point to connect to.</li>
396 * Activity Action: Pick a Wi-Fi network to connect to.
415 * will be made to automatically connect to remembered access points,
633 * networks are disabled, and an attempt to connect to the selected
638 * select a particular network to connect to is specify {@code true}
1034 * Start the driver and connect to network.
1371 mAsyncChannel.connect(mContext, mHandler, mWifiServiceMessenger);
1400 public void connect(WifiConfiguration config, ActionListener listener) { method in class:WifiManager
1422 public void connect(int networkId, ActionListener listener) { method in class:WifiManager
H A DWifiStateMachine.java409 * periodic wake up scan so that the device can connect to a new access
999 * alternate APs to connect
1907 //mWifiP2pChannel.connect(mContext, getHandler(), mWifiP2pManager.getMessenger());
2062 mWifiP2pChannel.connect(mContext, getHandler(), mWifiP2pManager.getMessenger());
2426 /* Initialize for connect mode operation at start */
3136 /* The connect message can contain a network id passed as arg1 on message or
3138 * For a new network, a config is passed to create and connect.
3158 loge("Failed to connect config: " + config + " netId: " + netId);
3191 /* Set the scan setting back to "connect" mode */
3762 * or put the state machine out of connect mod
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java77 * <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},
660 * Application can then call {@link #connect} with the given config if the request
985 * connect through listener callbacks {@link ActionListener#onSuccess} or
991 * <p> If the current device is not part of a p2p group, a connect request initiates
1002 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { method in class:WifiP2pManager
H A DWifiP2pService.java468 ac.connect(mContext, getHandler(), message.replyTo);
974 if (DBG) logd(getName() + " sending connect");
978 /* Update group capability before connect */
981 int connectRet = connect(config, TRY_REINVOCATION);
1178 if (connect(mSavedPeerConfig, TRY_REINVOCATION) == CONNECT_FAILURE) {
1365 // invocation is failed or deferred. Try another way to connect.
1367 if (connect(mSavedPeerConfig, NO_REINVOCATION) == CONNECT_FAILURE) {
1925 if (DBG) logd(getName() + " ignore connect");
1932 if (DBG) logd(getName() + " ignore connect");
2031 * Try to connect t
2039 private int connect(WifiP2pConfig config, boolean tryInvocation) { method in class:WifiP2pService.P2pStateMachine
[all...]

Completed in 227 milliseconds

12345