HomeSort by relevance Sort by last modified time
    Searched refs:nfc (Results 1 - 25 of 435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/nfc/
ApduList.aidl 17 package android.nfc;
BeamShareData.aidl 17 package android.nfc;
NdefMessage.aidl 17 package android.nfc;
NdefRecord.aidl 17 package android.nfc;
Tag.aidl 17 package android.nfc;
TechListParcel.aidl 17 package android.nfc;
TransceiveResult.aidl 17 package android.nfc;
IAppCallback.aidl 17 package android.nfc;
19 import android.nfc.BeamShareData;
20 import android.nfc.Tag;
INfcAdapter.aidl 17 package android.nfc;
21 import android.nfc.BeamShareData;
22 import android.nfc.NdefMessage;
23 import android.nfc.Tag;
24 import android.nfc.TechListParcel;
25 import android.nfc.IAppCallback;
26 import android.nfc.INfcAdapterExtras;
27 import android.nfc.INfcTag;
28 import android.nfc.INfcCardEmulation;
29 import android.nfc.INfcFCardEmulation
    [all...]
TagLostException.java 17 package android.nfc;
INfcTag.aidl 17 package android.nfc;
19 import android.nfc.NdefMessage;
20 import android.nfc.Tag;
21 import android.nfc.TransceiveResult;
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.aidl 17 package android.nfc.cardemulation;
ApduServiceInfo.aidl 17 package android.nfc.cardemulation;
NfcFServiceInfo.aidl 17 package android.nfc.cardemulation;
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferRecord.aidl 17 package com.android.nfc.beam;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagTester.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.Tag;
  /hardware/interfaces/nfc/1.0/default/
service.cpp 1 #define LOG_TAG "android.hardware.nfc@1.0-service"
3 #include <android/hardware/nfc/1.0/INfc.h>
8 using android::hardware::nfc::V1_0::INfc;
  /packages/apps/Nfc/src/com/android/nfc/
LlcpException.java 17 package com.android.nfc;
19 import android.nfc.ErrorCodes;
LlcpPacket.java 17 package com.android.nfc;
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
Nfc.vts.h 11 #include <android/hardware/nfc/1.0/INfc.h>
12 #include <android/hardware/nfc/1.0/INfcClientCallback.h>
13 #include <android/hardware/nfc/1.0/NfcClientCallback.vts.h>
14 #include <android/hardware/nfc/1.0/types.h>
15 #include <android/hardware/nfc/1.0/types.vts.h>
19 using namespace android::hardware::nfc::V1_0;
types.vts.h 11 #include <android/hardware/nfc/1.0/types.h>
14 using namespace android::hardware::nfc::V1_0;
20 ::android::hardware::nfc::V1_0::NfcEvent arg_val_name);
22 ::android::hardware::nfc::V1_0::NfcStatus arg_val_name);
  /hardware/nxp/nfc/halimpl/inc/
phNxpNciHal_Adaptation.h 20 #include <hardware/nfc.h>
21 #include <android/hardware/nfc/1.1/INfc.h>
22 #include <android/hardware/nfc/1.1/types.h>
24 using ::android::hardware::nfc::V1_1::NfcConfig;
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
types.driver.cpp 1 #include "android/hardware/nfc/1.0/types.vts.h"
10 using namespace android::hardware::nfc::V1_0;
13 ::android::hardware::nfc::V1_0::NfcEvent EnumValue__android__hardware__nfc__V1_0__NfcEvent(const ScalarDataValueMessage& arg) {
14 return (::android::hardware::nfc::V1_0::NfcEvent) arg.uint32_t();
18 if (choice == (uint32_t) 0UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEvent::OPEN_CPLT);
19 if (choice == (uint32_t) 1UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEvent::CLOSE_CPLT);
20 if (choice == (uint32_t) 2UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEvent::POST_INIT_CPLT);
21 if (choice == (uint32_t) 3UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEvent::PRE_DISCOVER_CPLT);
22 if (choice == (uint32_t) 4UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEvent::REQUEST_CONTROL);
23 if (choice == (uint32_t) 5UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEvent::RELEASE_CONTROL)
    [all...]
  /hardware/interfaces/nfc/1.0/
INfcClientCallback.hal 17 package android.hardware.nfc@1.0;
21 * The callback passed in from the NFC stack that the HAL
27 * The callback passed in from the NFC stack that the HAL
  /hardware/interfaces/nfc/1.1/
INfcClientCallback.hal 17 package android.hardware.nfc@1.1;
24 * The callback passed in from the NFC stack that the HAL

Completed in 234 milliseconds

1 2 3 4 5 6 7 8 91011>>