Home | History | Annotate | Download | only in nfc

Lines Matching defs:peer

185     VLOG(1) << "Found peer device does not belong to the current adapter.";
189 // Create the peer object.
198 device::NfcPeer* peer = RemovePeer(object_path.value());
199 if (!peer) {
200 VLOG(1) << "Removed peer device does not belong to the current adapter.";
203 FOR_EACH_OBSERVER(NfcAdapter::Observer, observers_, PeerLost(this, peer));
204 delete peer;
265 // Create peer objects for peers that were added before the adapter was set.
319 device::NfcPeer* peer = *iter;
321 PeerLost(this, peer));
322 delete peer;