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

/external/chromium_org/device/nfc/
H A Dnfc_peer.cc9 NfcPeer::NfcPeer() { function in class:device::NfcPeer
12 NfcPeer::~NfcPeer() {
H A Dnfc_peer.h17 // NfcPeer represents a remote NFC adapter that is available for P2P
18 // communication with the local adapter. Instances of NfcPeer allow two
27 class NfcPeer { class in namespace:device
45 virtual void RecordReceived(NfcPeer* peer, const NfcNdefRecord* record) {}
51 virtual ~NfcPeer();
84 NfcPeer();
87 DISALLOW_COPY_AND_ASSIGN(NfcPeer);

Completed in 655 milliseconds