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

/external/chromium_org/chromeos/dbus/
H A Dnfc_adapter_client.cc39 class NfcAdapterClientImpl class in namespace:chromeos
44 explicit NfcAdapterClientImpl(NfcManagerClient* manager_client) function in class:chromeos::NfcAdapterClientImpl
51 virtual ~NfcAdapterClientImpl() {
133 VLOG(1) << "Creating NfcAdapterClientImpl";
167 base::Bind(&NfcAdapterClientImpl::OnPropertyChanged,
212 base::WeakPtrFactory<NfcAdapterClientImpl> weak_ptr_factory_;
214 DISALLOW_COPY_AND_ASSIGN(NfcAdapterClientImpl);
224 return new NfcAdapterClientImpl(manager_client);

Completed in 110 milliseconds