Home
last modified time | relevance | path

Searched refs:peer (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java75 private final Credentials peer; field in ZygoteConnection
107 peer = mSocket.getPeerCredentials(); in ZygoteConnection()
210 applyUidSecurityPolicy(parsedArgs, peer); in runOnce()
211 applyRlimitSecurityPolicy(parsedArgs, peer); in runOnce()
212 applyCapabilitiesSecurityPolicy(parsedArgs, peer); in runOnce()
213 applyInvokeWithSecurityPolicy(parsedArgs, peer); in runOnce()
594 private static void applyUidSecurityPolicy(Arguments args, Credentials peer) in applyUidSecurityPolicy() argument
597 int peerUid = peer.getUid(); in applyUidSecurityPolicy()
629 args.uid = peer.getUid(); in applyUidSecurityPolicy()
633 args.gid = peer.getGid(); in applyUidSecurityPolicy()
[all …]
DZygoteInit.java571 ZygoteConnection peer = acceptCommandPeer(); in runForkMode() local
589 peer.run(); in runForkMode()
592 peer.closeSocket(); in runForkMode()
/frameworks/base/core/java/android/net/arp/
DArpPeer.java52 InetAddress peer) throws SocketException { in ArpPeer() argument
61 if (myAddr instanceof Inet6Address || peer instanceof Inet6Address) { in ArpPeer()
65 mPeer = peer; in ArpPeer()
/frameworks/base/docs/html/guide/topics/connectivity/
Dwifip2p.jd53 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 …]
Dsip.jd220 <em>peer profile</em>. When your SIP application logs into the SIP server with
293 &quot;peer profile&quot;).
327 <li>A peer SIP profile (the user being called).</li>
/frameworks/base/graphics/java/android/graphics/
DRegion.java335 Region peer = (Region) obj; in equals() local
336 return nativeEquals(mNativeRegion, peer.mNativeRegion); in equals()
/frameworks/base/wifi/java/android/net/wifi/
DWifiWatchdogStateMachine.java866 ArpPeer peer = new ArpPeer(iface, inetAddress, mac, gateway); in doArpTest() local
868 success = (peer.doArp(mArpPingTimeoutMs) != null); in doArpTest()
873 if(peer.doArp(mArpPingTimeoutMs) != null) responses++; in doArpTest()
878 peer.close(); in doArpTest()
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd66 <p>The platform also provides a limited peer-to-peer communication protocol
Djelly-bean.jd248 …/strong>, which lets applications find and connect to services offered by peer devices over Wi-Fi …
254 …am, a printer, or an app on another mobile device that supports Wi-Fi peer-to-peer connections. <…
258 …ps <strong>discover and pair directly</strong>, over a high-bandwidth peer-to-peer connection. Wi-…
Dandroid-2.3-highlights.jd344 set up peer-to-peer connections with other NFC devices.</p>
Dandroid-4.0.jd618 <p>Android now supports Wi-Fi Direct for peer-to-peer (P2P) connections between Android-powered
624 <p>A new package, {@link android.net.wifi.p2p}, contains all the APIs for performing peer-to-peer
687 <li>{@link android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_PEERS_CHANGED_ACTION}: The list of peer
1688 Wi-Fi for peer-to-peer communications.</li>
Dandroid-4.1.jd415 find and connect to services offered by peer devices over Wi-Fi, such as mobile devices,
473 {@link android.net.wifi.p2p.WifiP2pDevice} object representing the peer device.</p>
Dandroid-4.0-highlights.jd616 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/
DActivityThread.java1489 ResourcesKey peer = (ResourcesKey) obj; in equals() local
1490 return mResDir.equals(peer.mResDir) && mScale == peer.mScale; in equals()
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd723 <p>Android Beam allows simple peer-to-peer data exchange between two Android-powered devices. The