HomeSort by relevance Sort by last modified time
    Searched refs:tag_client (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/dbus/
nfc_record_client.cc 46 NfcTagClient* tag_client)
49 tag_client_(tag_client),
52 DCHECK(tag_client);
277 NfcTagClient* tag_client) {
278 return new NfcRecordClientImpl(device_client, tag_client);
nfc_record_client.h 130 NfcTagClient* tag_client);
fake_nfc_adapter_client.cc 177 FakeNfcTagClient* tag_client = local
180 tag_client->BeginPairingSimulation(2000);
202 FakeNfcTagClient* tag_client = local
205 tag_client->EndPairingSimulation();
fake_nfc_record_client.cc 238 FakeNfcTagClient* tag_client = static_cast<FakeNfcTagClient*>( local
240 if (!tag_client->tag_visible()) {
245 tag_client->ClearRecords();
254 tag_client->SetRecords(record_paths);

Completed in 79 milliseconds