Lines Matching refs:NfcAdapter
35 class NfcAdapter : public base::RefCounted<NfcAdapter> {
46 virtual void AdapterPresentChanged(NfcAdapter* adapter, bool present) {} in AdapterPresentChanged()
51 virtual void AdapterPoweredChanged(NfcAdapter* adapter, bool powered) {} in AdapterPoweredChanged()
58 virtual void AdapterPollingChanged(NfcAdapter* adapter, bool polling) {} in AdapterPollingChanged()
68 virtual void TagFound(NfcAdapter* adapter, NfcTag* tag) {} in TagFound()
72 virtual void TagLost(NfcAdapter* adapter, NfcTag* tag) {} in TagLost()
83 virtual void PeerFound(NfcAdapter* adaper, NfcPeer* peer) {} in PeerFound()
87 virtual void PeerLost(NfcAdapter* adapter, NfcPeer* peer) {} in PeerLost()
170 friend class base::RefCounted<NfcAdapter>;
174 NfcAdapter();
175 virtual ~NfcAdapter();
188 DISALLOW_COPY_AND_ASSIGN(NfcAdapter);