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

/system/core/adb/
H A Dsocket.h41 /* 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.
H A Djdwp_service.cpp449 if (s->peer) {
450 D("LS(%d) peer->close()ing peer->id=%d peer->fd=%d", s->id, s->peer->id, s->peer->fd);
451 s->peer->peer = nullptr;
452 s->peer->close(s->peer);
469 asocket* peer = jdwp->peer; local
[all...]
H A Dtransport.cpp421 asocket* peer = socket->peer; local
424 if (peer) {
425 peer->peer = NULL;
426 peer->close(peer);
439 asocket* peer = tracker->socket.peer; local
447 return peer
[all...]
/system/bt/btif/include/
H A Dbtif_pan_internal.h68 RawAddress peer; member in struct:__anon534
/system/bt/vendor_libs/test_vendor_lib/src/
H A Devent_packet.cc318 const BtAddress& peer, uint16_t interval, uint16_t latency,
328 CHECK(evt_ptr->AddPayloadBtAddress(peer));
316 CreateLeConnectionCompleteEvent( uint8_t status, uint16_t handle, uint8_t role, uint8_t peer_address_type, const BtAddress& peer, uint16_t interval, uint16_t latency, uint16_t supervision_timeout) argument
/system/bt/btif/co/
H A Dbta_av_co.cc75 uint8_t seid; // Peer SEP index (in peer tables)
142 uint8_t num_sinks; // Total number of sinks at peer
143 uint8_t num_sources; // Total number of sources at peer
144 uint8_t num_seps; // Total number of SEPs at peer
156 uint16_t uuid_to_connect; // UUID of peer device
182 * Get the current codec configuration for the active peer.
189 * Get the current codec configuration for a peer.
191 * @param peer_address the peer address
197 * Find the peer UUID for a given BTA AV handle.
200 * @return the peer UUI
784 BtaAvCoPeer* peer = FindPeer(peer_address); local
1638 const BtaAvCoPeer& peer = peers_[i]; local
[all...]
/system/bt/btif/src/
H A Dbtif_av.cc232 * Check whether the peer can be deleted.
239 * Check whether the peer is the active one.
241 * @return true if this peer is the active one
246 * Get the address of the active peer.
248 * @return the address of the active peer
320 const uint8_t peer_sep_; // SEP type of peer device
359 * Check whether a connection to a peer is allowed.
362 * @param peer_address the peer address to connect to
368 * Delete a peer.
370 * @param peer_address the peer t
413 BtifAvPeer* peer = FindPeer(peer_address); local
550 BtifAvPeer* peer = FindPeer(peer_address); local
932 BtifAvPeer* peer = it.second; local
942 BtifAvPeer* peer = it.second; local
955 BtifAvPeer* peer = FindPeer(peer_address); local
993 const BtifAvPeer* peer = it.second; local
1022 BtifAvPeer* peer = it->second; local
1036 BtifAvPeer* peer = it->second; local
1063 BtifAvPeer* peer = FindPeerByPeerId(peer_id); local
1117 BtifAvPeer* peer = it.second; local
1127 BtifAvPeer* peer = it.second; local
1140 BtifAvPeer* peer = FindPeer(peer_address); local
1179 const BtifAvPeer* peer = it.second; local
1208 BtifAvPeer* peer = it->second; local
1222 BtifAvPeer* peer = it->second; local
1248 BtifAvPeer* peer = FindPeerByPeerId(peer_id); local
2153 BtifAvPeer* peer = (BtifAvPeer*)data; local
2180 BtifAvPeer* peer = (BtifAvPeer*)data; local
2299 BtifAvPeer* peer = nullptr; local
2489 BtifAvPeer* peer = btif_av_sink_find_peer(btif_av_sink.ActivePeer()); local
2564 BtifAvPeer* peer = nullptr; local
2586 BtifAvPeer* peer = nullptr; local
2747 const BtifAvPeer* peer = it.second; local
2758 const BtifAvPeer* peer = it.second; local
2782 BtifAvPeer* peer = btif_av_find_active_peer(); local
2802 BtifAvPeer* peer = btif_av_find_active_peer(); local
2922 BtifAvPeer* peer = btif_av_find_active_peer(); local
2936 BtifAvPeer* peer = btif_av_find_active_peer(); local
2950 BtifAvPeer* peer = btif_av_find_active_peer(); local
2966 BtifAvPeer* peer = local
2973 BtifAvPeer* peer = local
3006 BtifAvPeer* peer = btif_av_find_peer(peer_address); local
3025 BtifAvPeer* peer = btif_av_find_peer(peer_address); local
3051 btif_debug_av_peer_dump(int fd, const BtifAvPeer& peer) argument
3101 const BtifAvPeer* peer = it.second; local
3115 const BtifAvPeer* peer = it.second; local
[all...]

Completed in 288 milliseconds