Searched refs:connect (Results 76 - 100 of 206) sorted by relevance

123456789

/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp96 err = mHTTPDataSource->connect(url.c_str(), headers);
99 ALOGE("connect() returned %d", err);
H A Drtp_test.cpp182 CHECK_EQ(client.connect(), (status_t)OK);
/frameworks/base/core/java/android/net/netlink/
H A DNetlinkSocket.java73 Os.connect(mDescriptor, (SocketAddress) peerAddr);
/frameworks/base/core/java/android/os/
H A DProcess.java389 public static ZygoteState connect(String socketAddress) throws IOException { method in class:Process.ZygoteState
395 zygoteSocket.connect(new LocalSocketAddress(socketAddress,
710 throw new RuntimeException("Unable to connect to zygote for abi: " + abi, ex);
721 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET);
734 secondaryZygoteState = ZygoteState.connect(SECONDARY_ZYGOTE_SOCKET);
/frameworks/base/core/tests/coretests/src/android/net/
H A DLocalSocketTest.java42 ls.connect(new LocalSocketAddress("android.net.LocalSocketTest"));
/frameworks/base/media/java/android/media/midi/
H A DMidiOutputPort.java118 mDispatcher.getSender().connect(receiver);
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java117 connection.connect();
/frameworks/native/include/gui/
H A DBufferQueueProducer.h137 // connect attempts to connect a producer API to the BufferQueue. This
141 // This method will fail if connect was previously called on the
146 virtual status_t connect(const sp<IProducerListener>& listener,
151 // IGraphicBufferProducer methods to fail except for getAllocator and connect.
152 // Successfully calling connect after this will allow the other methods to
202 // It's updated during connect and dequeueBuffer (which should catch
H A DSurface.h65 * controlled by the application. This flag is used at connect time.
170 virtual int connect(int api);
189 virtual int connect(int api, const sp<IProducerListener>& listener);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java239 public boolean connect(BluetoothDevice device) { method in class:BluetoothA2dpSink
240 if (DBG) log("connect(" + device + ")");
244 return mService.connect(device);
H A DBluetoothPan.java95 * Return codes for the connect and disconnect Bluez / Dbus calls.
235 public boolean connect(BluetoothDevice device) { method in class:BluetoothPan
236 if (DBG) log("connect(" + device + ")");
240 return mPanService.connect(device);
H A DBluetoothA2dp.java230 public boolean connect(BluetoothDevice device) { method in class:BluetoothA2dp
231 if (DBG) log("connect(" + device + ")");
235 return mService.connect(device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHeadsetProfile.java113 public boolean connect(BluetoothDevice device) { method in class:HeadsetProfile
121 return mService.connect(device);
H A DSapProfile.java112 public boolean connect(BluetoothDevice device) { method in class:SapProfile
120 return mService.connect(device);
H A DCachedBluetoothDevice.java42 * functionality that can be performed on the device (connect, pair, disconnect,
88 * When we connect to multiple profiles, we only want to display a single
94 * Last time a bt profile auto-connect was attempted.
96 * MAX_UUID_DELAY_FOR_AUTO_CONNECT milliseconds, we will try auto-connect
105 /** Auto-connect after pairing only if locally initiated. */
194 public void connect(boolean connectAllProfiles) { method in class:CachedBluetoothDevice
204 // Attempt to connect if UUIDs are available. Otherwise,
205 // we will connect when the ACTION_UUID intent arrives.
206 connect(false);
217 // If UUIDs are not available yet, connect wil
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java133 public void connect(final CachedBluetoothDevice device) { method in class:BluetoothControllerImpl
135 device.connect(true);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DSourceActivity.java119 connect(accessory);
130 private void connect(UsbAccessory accessory) { method in class:SourceActivity
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp83 CHECK_EQ(client.connect(), (status_t)OK);
H A Drecord.cpp186 CHECK_EQ(client.connect(), (status_t)OK);
303 CHECK_EQ(client.connect(), (status_t)OK);
/frameworks/av/include/camera/
H A DCamera.h73 static sp<Camera> connect(int cameraId,
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp45 virtual bool connect( function in struct:android::BpMediaHTTPConnection
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h37 virtual status_t connect(const sp<ICameraClient>& client);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h112 virtual status_t connect(const sp<IProducerListener>& listener,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcSwitchAsyncChannel.java109 public int connect(RequestInfo apnRequest) { method in class:DcSwitchAsyncChannel
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp164 CHECK_EQ(client.connect(), (status_t)OK);

Completed in 871 milliseconds

123456789