HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 76 - 100 of 395) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/wifi/java/android/net/wifi/rtt/
RangingRequest.java 108 for (ResponderConfig peer: mRttPeers) {
109 if (!peer.isValid(awareSupported)) {
170 * The MAC address may be obtained out-of-band from a peer Wi-Fi Aware device. A Wi-Fi
176 * {@link android.net.wifi.aware}. The peer device which is being ranged to must be
182 * @param peerMacAddress The MAC address of the Wi-Fi Aware peer.
187 throw new IllegalArgumentException("Null peer MAC address");
201 * {@link android.net.wifi.aware}. The peer device which is being ranged to must be
207 * @param peerHandle The peer handler of the peer Wi-Fi Aware device.
212 throw new IllegalArgumentException("Null peer handler (identifier)")
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/ui/
AddP2pPrinterDialog.java 42 AddP2pPrinterDialog(Fragment fragment, BuiltInPrintService printService, WifiP2pDevice peer) {
46 mPeer = peer;
  /prebuilts/go/darwin-x86/src/net/
interface_linux_test.go 25 Args: []string{"ip", "address", "add", ti.local, "peer", ti.remote, "dev", ti.name},
29 Args: []string{"ip", "address", "del", ti.local, "peer", ti.remote, "dev", ti.name},
50 Args: []string{"ip", "address", "add", ti.local, "peer", ti.remote, "dev", ti.name},
54 Args: []string{"ip", "address", "del", ti.local, "peer", ti.remote, "dev", ti.name},
  /prebuilts/go/linux-x86/src/net/
interface_linux_test.go 25 Args: []string{"ip", "address", "add", ti.local, "peer", ti.remote, "dev", ti.name},
29 Args: []string{"ip", "address", "del", ti.local, "peer", ti.remote, "dev", ti.name},
50 Args: []string{"ip", "address", "add", ti.local, "peer", ti.remote, "dev", ti.name},
54 Args: []string{"ip", "address", "del", ti.local, "peer", ti.remote, "dev", ti.name},
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 66 * mSocket is retained in the child process in "peer wait" mode, so
68 * it is closed in the peer.
73 private final Credentials peer; field in class:ZygoteConnection
97 peer = mSocket.getPeerCredentials();
99 Log.e(TAG, "Cannot read peer credentials", ex);
180 applyUidSecurityPolicy(parsedArgs, peer);
181 applyInvokeWithSecurityPolicy(parsedArgs, peer);
749 * @param peer non-null; peer credentials
752 private static void applyUidSecurityPolicy(Arguments args, Credentials peer)
    [all...]
  /external/iptables/include/libipq/
libipq.h 53 struct sockaddr_nl peer; member in struct:ipq_handle
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp 224 basic_socket<Protocol1, SocketService>& peer,
228 return service_impl_.accept(impl, peer, peer_endpoint, ec);
236 basic_socket<Protocol1, SocketService>& peer,
245 service_impl_.async_accept(impl, peer, peer_endpoint, init.handler);
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 102 u8 peer[ETH_ALEN]; member in struct:privsep_event_auth
  /frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
PeerActivity.java 39 setContentView(R.layout.peer);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.x 90 peername peer;
136 peername peer;
  /system/bt/btif/include/
btif_pan_internal.h 68 RawAddress peer; member in struct:__anon1733
  /system/core/adb/
socket.h 41 /* flag: set when the socket's peer has closed
56 asocket* peer = nullptr; member in struct:asocket
70 /* enqueue is called by our peer when it has data
73 * peer->ready() when we once again are ready to
78 /* ready is called by the peer when it is ready for
83 /* shutdown is called by the peer before it goes away.
84 * the socket should not do any further calls on its peer.
89 /* close is called by the peer when it has gone away.
91 * peer once our close method is called.
  /kernel/tests/net/test/
xfrm_algorithm_test.py 280 accepted, peer = sock.accept()
281 self.assertEquals(remote_addr, peer[0])
282 self.assertEquals(client_port, peer[1])
294 data, peer = sock.recvfrom(2048)
295 self.assertEquals(remote_addr, peer[0])
296 self.assertEquals(client_port, peer[1])
298 sock.sendto("hello response", peer)
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 26 // Set to the peer id of the originator when messages are being
27 // exchanged between peers, but set to the id of the receiving peer
32 // next, we don't use a custom name for our peer-id header (originally it was
33 // "X-Peer-Id: "). Instead, we use a "simple header", "Pragma" which should
106 void ChannelMember::ForwardRequestToPeer(DataSocket* ds, ChannelMember* peer) {
107 assert(peer);
112 if (peer == this) {
117 name_.c_str(), peer->name().c_str());
118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
256 // Let the newly connected peer know about other members of the channel
    [all...]
  /external/syslinux/gpxe/src/net/udp/
tftp.c 97 /** Peer address
99 * The peer address is determined by the first response
102 struct sockaddr_tcpip peer; member in struct:tftp_request
196 /* Reset peer address */
197 memset ( &tftp->peer, 0, sizeof ( tftp->peer ) );
228 * use the local address as the peer address (since the peer
393 .dest = ( struct sockaddr * ) &tftp->peer,
411 /* ACK always goes to the peer recorded from the RRQ response *
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 19 struct p2p_device *peer,
56 peer->dialog_token++;
57 if (peer->dialog_token == 0)
58 peer->dialog_token = 1;
60 peer->dialog_token);
71 !(peer->flags & P2P_DEV_NO_PREF_CHAN))
81 dev_addr = peer->info.p2p_device_addr;
85 p2p_buf_add_device_info(buf, p2p, peer);
109 struct p2p_device *peer,
199 p2p_dbg(p2p, "Invitation Request from unknown peer " MACSTR
    [all...]
  /art/openjdkjvmti/
ti_thread.cc 233 art::ObjPtr<art::mirror::Object> peer = target->GetPeerFromOtherThread(); local
236 if (peer != nullptr) {
239 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer);
249 art::ObjPtr<art::mirror::Object> ccl = peer != nullptr
250 ? context_class_loader_->GetObject(peer)
256 // Only the peer. This thread has either not been started, or is dead. Read things from
258 art::ObjPtr<art::mirror::Object> peer = soa.Decode<art::mirror::Object>(thread); local
264 art::ObjPtr<art::mirror::Object> name = f->GetObject(peer);
285 info_ptr->priority = static_cast<jint>(f->GetInt(peer));
292 info_ptr->is_daemon = f->GetBoolean(peer) == 0 ? JNI_FALSE : JNI_TRUE
598 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data):
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 365 Socket& peer, endpoint_type* peer_endpoint, asio::error_code& ec)
368 if (peer.is_open())
379 // On success, assign new connection to peer socket object.
384 if (!peer.assign(impl.protocol_, new_socket.get(), ec))
391 // Start an asynchronous accept. The peer and peer_endpoint objects
394 void async_accept(implementation_type& impl, Socket& peer,
405 p.p = new (p.v) op(impl.socket_, impl.state_, peer,
410 start_accept_op(impl, p.p, is_continuation, peer.is_open());
  /external/python/cpython2/Lib/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /external/strace/
socketutils.c 276 uint32_t peer = 0; local
302 peer = *(uint32_t *) RTA_DATA(attr);
311 if (!peer && !path_len)
314 char peer_str[3 + sizeof(peer) * 3];
315 if (peer)
316 xsprintf(peer_str, "->%u", peer);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data)
    [all...]

Completed in 676 milliseconds

1 2 34 5 6 7 8 91011>>