/frameworks/base/core/java/android/net/ |
D | LinkSocket.java | 143 public void connect(String dstName, int dstPort, int timeout) in connect() method in LinkSocket 157 public void connect(String dstName, int dstPort) in connect() method in LinkSocket 175 public void connect(SocketAddress remoteAddr, int timeout) in connect() method in LinkSocket 194 public void connect(SocketAddress remoteAddr) throws IOException { in connect() method in LinkSocket 205 public void connect(int timeout) throws IOException { in connect() method in LinkSocket 215 public void connect() throws IOException { in connect() method in LinkSocket
|
D | LocalSocket.java | 101 public void connect(LocalSocketAddress endpoint) throws IOException { in connect() method in LocalSocket 108 impl.connect(endpoint, 0); in connect() 252 public void connect(LocalSocketAddress endpoint, int timeout) in connect() method in LocalSocket
|
/frameworks/base/docs/html/training/ |
D | building-connectivity.jd | 8 <p>These classes teach you how to connect your app to the world beyond the user's device. 9 You'll learn how to connect to other devices in the area, connect to the Internet, backup and
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | UsageIO.java | 50 Type connect = mInPixelsAllocation.getType(); in createTest() local 52 …mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allo… in createTest() 53 …mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Alloc… in createTest()
|
D | GroupTest.java | 69 Type connect = tb.create(); in createTest() local 75 b.addConnection(connect, mConvolve.getKernelID(), mMatrix.getKernelID()); in createTest() 78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect); in createTest()
|
/frameworks/compile/mclinker/lib/Core/ |
D | InputTree.cpp | 27 pMover.connect(pRoot, iterator(pTree.m_Root.node.right)); in merge() 40 pMover.connect(pRoot, iterator(node)); in enterGroup() 50 pMover.connect(pRoot, iterator(node)); in insert()
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | GroupTest.java | 62 Type connect = tb.create(); in createTest() local 68 b.addConnection(connect, mConvolve.getKernelID(), mMatrix.getKernelID()); in createTest() 71 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect); in createTest()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | GroupTest.java | 69 Type connect = tb.create(); in createTest() local 75 b.addConnection(connect, mConvolve.getKernelID(), mMatrix.getKernelID()); in createTest() 78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect); in createTest()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceTextureLayer.cpp | 54 status_t SurfaceTextureLayer::connect(int api, QueueBufferOutput* output) { in connect() function in android::SurfaceTextureLayer 55 status_t err = BufferQueue::connect(api, output); in connect()
|
/frameworks/av/include/camera/ |
D | ICameraService.h | 68 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, 73 virtual sp<IProCameraUser> connect(const sp<IProCameraCallbacks>& cameraCb,
|
/frameworks/av/camera/ |
D | ICameraService.cpp | 64 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId, in connect() function in android::BpCameraService 78 virtual sp<IProCameraUser> connect(const sp<IProCameraCallbacks>& cameraCb, int cameraId, in connect() function in android::BpCameraService 140 sp<ICamera> camera = connect(cameraClient, cameraId, in onTransact() 151 sp<IProCameraUser> camera = connect(cameraClient, cameraId, in onTransact()
|
D | Camera.cpp | 52 if (camera->connect(c) == NO_ERROR) { in create() 71 sp<Camera> Camera::connect(int cameraId, const String16& clientPackageName, in connect() function in android::Camera 74 return CameraBaseT::connect(cameraId, clientPackageName, clientUid); in connect() 82 return c->connect(this); in reconnect()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | AsyncChannel.java | 315 public void connect(Context srcContext, Handler srcHandler, String dstPackageName, in connect() method in AsyncChannel 358 public void connect(Context srcContext, Handler srcHandler, Class<?> klass) { in connect() method in AsyncChannel 359 connect(srcContext, srcHandler, klass.getPackage().getName(), klass.getName()); in connect() 373 public void connect(Context srcContext, Handler srcHandler, Messenger dstMessenger) { in connect() method in AsyncChannel 417 public void connect(Context srcContext, Handler srcHandler, Handler dstHandler) { in connect() method in AsyncChannel 418 connect(srcContext, srcHandler, new Messenger(dstHandler)); in connect() 431 public void connect(AsyncService srcAsyncService, Messenger dstMessenger) { in connect() method in AsyncChannel 432 connect(srcAsyncService, srcAsyncService.getHandler(), dstMessenger); in connect()
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | wifi-direct.jd | 22 <li><a href="#connect">Connect to a Peer</a></li> 27 <p>The Wi-Fi Direct™ APIs allow applications to connect to nearby devices without 28 needing to connect to a network or hotspot. This allows your application to quickly 32 This lesson shows you how to find and connect to nearby devices using Wi-Fi Direct. 104 connect your app to the Wi-Fi Direct Framework.</p> 277 <h2 id="connect">Connect to a Peer</h2> 278 <p>In order to connect to a peer, create a new {@link 281 connect to. Then call the {@link 282 android.net.wifi.p2p.WifiP2pManager#connect(WifiP2pManager.Channel, 283 WifiP2pConfig, WifiP2pManager.ActionListener) connect()} [all …]
|
D | index.jd | 42 combination to detect the services offered by a device and connect to the 51 details for the service you wish to connect to.</dd> 54 for legacy devices, and connect to other devices capable of Wi-Fi Direct
|
/frameworks/base/docs/html/tools/help/ |
D | monitor.jd | 23 <p>Start an Android emulator or connect an Android device via USB cable, and connect Device
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | UiAutomationShellWrapper.java | 25 public void connect() { in connect() method in UiAutomationShellWrapper 32 mUiAutomation.connect(); in connect()
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 102 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const = 0; 110 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const { in connect() function 123 virtual void connect(TreeIteratorBase& pFrom, const TreeIteratorBase& pTo) const { in connect() function
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 36 to connect directly to each other via Wi-Fi without an intermediate access point. 37 …Using these APIs, you can discover and connect to other devices when each device supports Wi-Fi Di… 45 <li>Methods that allow you to discover, request, and connect to peers are defined 70 …the Wi-Fi hardware on your device to do things like discover and connect to peers. The following a… 87 <td>{@link android.net.wifi.p2p.WifiP2pManager#connect connect()}</td> 143 <td>{@link android.net.wifi.p2p.WifiP2pManager#connect connect()}, {@link 320 method returns a {@link android.net.wifi.p2p.WifiP2pManager.Channel}, which is used to connect 390 <p>To discover peers that are available to connect to, call {@link 441 through to find the peer that you want to connect to.</p> 445 <p>When you have figured out the device that you want to connect to after obtaining a list of [all …]
|
/frameworks/base/core/java/android/nfc/tech/ |
D | BasicTagTechnology.java | 71 public void connect() throws IOException { in connect() method in BasicTagTechnology 73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect()
|
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/ |
D | cameraeffectsrecordingsample.graph | 55 @connect camera[video] => renderer[frame]; 57 @connect camera[video] => mediaEncoder[videoframe];
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 73 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId, 75 virtual sp<IProCameraUser> connect(const sp<IProCameraCallbacks>& cameraCb, 187 virtual status_t connect(const sp<ICameraClient>& client) = 0; 260 virtual status_t connect(const sp<IProCameraCallbacks>& callbacks)
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FragmentGraph.h | 60 bool connect(Signal pSignal, Slot pSlot); 61 bool connect(FGNode& pFrom, Slot pSlot);
|
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothPbap.aidl | 29 boolean connect(in BluetoothDevice device); in connect() method
|
/frameworks/av/include/media/stagefright/ |
D | OMXClient.h | 29 status_t connect();
|