/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 75 private final Credentials peer; field in ZygoteConnection 108 peer = mSocket.getPeerCredentials(); in ZygoteConnection() 213 applyUidSecurityPolicy(parsedArgs, peer, peerSecurityContext); in runOnce() 214 applyRlimitSecurityPolicy(parsedArgs, peer, peerSecurityContext); in runOnce() 215 applyCapabilitiesSecurityPolicy(parsedArgs, peer, peerSecurityContext); in runOnce() 216 applyInvokeWithSecurityPolicy(parsedArgs, peer, peerSecurityContext); in runOnce() 217 applyseInfoSecurityPolicy(parsedArgs, peer, peerSecurityContext); in runOnce() 617 private static void applyUidSecurityPolicy(Arguments args, Credentials peer, in applyUidSecurityPolicy() argument 621 int peerUid = peer.getUid(); in applyUidSecurityPolicy() 664 args.uid = peer.getUid(); in applyUidSecurityPolicy() [all …]
|
D | ZygoteInit.java | 578 ZygoteConnection peer = acceptCommandPeer(); in runForkMode() local 596 peer.run(); in runForkMode() 599 peer.closeSocket(); in runForkMode()
|
/frameworks/base/core/java/android/net/arp/ |
D | ArpPeer.java | 57 InetAddress peer) throws SocketException { in ArpPeer() argument 68 if (myAddr instanceof Inet6Address || peer instanceof Inet6Address) { in ArpPeer() 72 mPeer = peer; in ArpPeer() 151 ArpPeer peer = new ArpPeer(interfaceName, inetAddress, myMacAddress, gateway); in doArp() local 154 if(peer.doArp(timeoutMillis) != null) responses++; in doArp() 158 peer.close(); in doArp()
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | index.jd | 41 Direct™ API for doing peer-to-peer wireless connections. This class also 54 <dd>Learn how to fetch a list of nearby peer devices, create an access point
|
D | wifi-direct.jd | 70 <dd>Indicates that the available peer list has changed.</dd> 139 // The peer list has changed! We should probably do something about 186 received back when you initialized the peer-to-peer mManager</li> 198 // can often be left blank. Code for peer discovery goes in the 210 <p>Keep in mind that this only <em>initiates</em> peer discovery. The 213 immediately returns. The system notifies you if the peer discovery process is 275 trigger a request for an updated peer list. </p> 278 <p>In order to connect to a peer, create a new {@link
|
D | nsd.jd | 42 requests. This is useful for a variety of peer-to-peer applications such as file
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 53 such as a dropped connection or a newly discovered peer.</li> 87 <td>Starts a peer-to-peer connection with a device with the specified configuration.</td> 92 <td>Cancels any ongoing peer-to-peer group negotiation.</td> 102 <td>Creates a peer-to-peer group with the current device as the group owner.</td> 107 <td>Removes the current peer-to-peer group.</td> 112 <td>Requests peer-to-peer group information.</td> 117 <td>Initiates peer discovery </td> 171 such as when a new peer is discovered or when a device's Wi-Fi state changes. You can register 272 broadcast receiver for your application, discovering peers, connecting to a peer, and 273 transferring data to a peer. The following sections describe how to do this.</p> [all …]
|
D | sip.jd | 220 <em>peer profile</em>. When your SIP application logs into the SIP server with 293 "peer profile"). 327 <li>A peer SIP profile (the user being called).</li>
|
/frameworks/base/graphics/java/android/graphics/ |
D | Region.java | 335 Region peer = (Region) obj; in equals() local 336 return nativeEquals(mNativeRegion, peer.mNativeRegion); in equals()
|
/frameworks/base/docs/html/training/ |
D | training_toc.cs | 380 Discovery and Wi-Fi Direct in order to create peer-to-peer connections."
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.3.jd | 67 <p>The platform also provides a limited peer-to-peer communication protocol
|
D | jelly-bean.jd | 296 peer-to-peer wireless display standard created by the <a 880 …/strong>, which lets applications find and connect to services offered by peer devices over Wi-Fi … 886 …am, a printer, or an app on another mobile device that supports Wi-Fi peer-to-peer connections. <… 890 …ps <strong>discover and pair directly</strong>, over a high-bandwidth peer-to-peer connection. Wi-…
|
D | android-2.3-highlights.jd | 344 set up peer-to-peer connections with other NFC devices.</p>
|
D | android-4.0.jd | 621 <p>Android now supports Wi-Fi Direct for peer-to-peer (P2P) connections between Android-powered 627 <p>A new package, {@link android.net.wifi.p2p}, contains all the APIs for performing peer-to-peer 690 <li>{@link android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_PEERS_CHANGED_ACTION}: The list of peer 1691 Wi-Fi for peer-to-peer communications.</li>
|
D | android-4.1.jd | 417 find and connect to services offered by peer devices over Wi-Fi, such as mobile devices, 475 {@link android.net.wifi.p2p.WifiP2pDevice} object representing the peer device.</p>
|
D | android-4.0-highlights.jd | 616 nearby peer devices over Wi-Fi, for more reliable, higher-speed communication. 881 media content from a peer device such as a digital television or audio player,
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1544 ResourcesKey peer = (ResourcesKey) obj; in equals() local 1545 if (!mResDir.equals(peer.mResDir)) { in equals() 1548 if (mDisplayId != peer.mDisplayId) { in equals() 1551 if (mOverrideConfiguration != peer.mOverrideConfiguration) { in equals() 1552 if (mOverrideConfiguration == null || peer.mOverrideConfiguration == null) { in equals() 1555 if (!mOverrideConfiguration.equals(peer.mOverrideConfiguration)) { in equals() 1559 if (mScale != peer.mScale) { in equals()
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | nfc.jd | 756 <p>Android Beam allows simple peer-to-peer data exchange between two Android-powered devices. The
|