Searched defs:peer (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java68 * mSocket is retained in the child process in "peer wait" mode, so
70 * it is closed in the peer.
75 private final Credentials peer; field in class:ZygoteConnection
79 * this peer. If "peer wait" mode is specified, the process that requested
85 * "peer-wait" mode was not requested.
107 peer = mSocket.getPeerCredentials();
109 Log.e(TAG, "Cannot read peer credentials", ex);
210 applyUidSecurityPolicy(parsedArgs, peer);
211 applyRlimitSecurityPolicy(parsedArgs, peer);
594 applyUidSecurityPolicy(Arguments args, Credentials peer) argument
666 applyRlimitSecurityPolicy( Arguments args, Credentials peer) argument
691 applyCapabilitiesSecurityPolicy( Arguments args, Credentials peer) argument
750 applyInvokeWithSecurityPolicy(Arguments args, Credentials peer) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java229 * default that has low likelihood of collision with a peer */
1205 private void notifyP2pProvDiscPbcRequest(WifiP2pDevice peer) { argument
1225 peer.deviceAddress));
1231 private void notifyP2pProvDiscPinRequest(WifiP2pDevice peer) { argument
1250 peer.deviceAddress));

Completed in 95 milliseconds