HomeSort by relevance Sort by last modified time
    Searched full:apdus (Results 1 - 25 of 27) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SimpleReaderActivity.java 33 public static final String EXTRA_APDUS = "apdus";
81 Parcelable[] apdus = intent.getParcelableArrayExtra(EXTRA_APDUS); local
82 if (apdus != null) {
83 mApdus = new CommandApdu[apdus.length];
84 for (int i = 0; i < apdus.length; i++) {
85 mApdus[i] = (CommandApdu) apdus[i];
148 builder.setMessage("An unexpected response APDU was received, or no APDUs were received at all.");
HceService.java 56 // Don't accept any more APDUs until deactivated
67 // Skip all APDUs which aren't supposed to reach us
81 // Ignore new APDUs after completion
  /external/libese/examples/
ese_nxp_sample.c 37 const struct Apdu *apdus[]; member in struct:ApduSession
58 .apdus =
65 .count = 0, .desc = "Empty session (hw close only)", .apdus = {},
101 const struct Apdu *apdu = kSessions[s]->apdus[apdu_index];
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 184 * <p>Standard APDUs have a 1-byte length field, allowing a maximum of
187 * <p>Extended length APDUs have a 3-byte length field, allowing 65535
191 * do not support extended length APDUs. They are expected to be well-supported
195 * @return whether the NFC adapter on this device supports extended length APDUs.
  /frameworks/base/core/java/android/se/omapi/
ISecureElementReader.aidl 39 * APDUs between the respective sessions.
Reader.java 84 * APDUs between the respective sessions.
Channel.java 36 * can be used to send APDUs to the secure element. Channels are opened by
  /packages/apps/SecureElement/src/com/android/se/security/gpac/
APDU_AR_DO.java 44 * policy or by a specific rule based on APDU filters which defines the range of allowed APDUs more
93 * the header of allowed APDUs) 4 bytes APDU mask (bit set defines the bits which shall be
158 * the header of allowed APDUs) 4 bytes APDU mask (bit set defines the bits which shall be
  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 47 * command Application Protocol Data Units (APDUs) as
125 * can be invoked to handle APDUs.
147 * command APDUs will be sent to that service through
374 * response APDUs must be sent as quickly as possible, given the fact
OffHostApduService.java 41 * command Application Protocol Data Units (APDUs) as
  /hardware/interfaces/radio/1.1/
IRadio.hal 58 * completely by Telephony sending APDUs directly. The SIM card state must be
  /system/nfc/src/nfa/include/
nfa_hci_api.h 342 ** collecting long APDUs after receiving
345 ** and event buffer for receiving long APDUs.
555 ** 7816 APDUs. When the static pipe is added (or if an error
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 174 // Just ignore all future APDUs until next tap
199 // Just ignore all future APDUs until we resolve to only one
CardEmulationManager.java 55 * - HostEmulationManager handles incoming APDUs for the host and forwards to HCE
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 67 * response APDUs must be sent as quickly as possible, given the fact that the user is likely
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 67 * response APDUs must be sent as quickly as possible, given the fact that the user is likely
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardService.java 67 * response APDUs must be sent as quickly as possible, given the fact that the user is likely
  /external/libese/apps/weaver/card/src/com/android/weaver/
Weaver.java 56 * Get a handle on the slots after the applet is registered but before and APDUs are received.
  /external/kernel-headers/original/uapi/linux/
nfc.h 88 * @NFC_CMD_SE_IO: Send/Receive APDUs to/from the selected secure element.
  /system/nfc/src/nfa/hci/
nfa_hci_api.cc 763 ** 7816 APDUs. When the static pipe is added (or if an error
    [all...]
  /system/nfc/src/nfa/rw/
nfa_rw_api.cc 297 ** (note: for Type-4 tags, use NFA_SendRawFrame to exchange APDUs)
    [all...]
  /hardware/interfaces/radio/1.0/
IRadio.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ChangeLog     [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]

Completed in 1674 milliseconds

1 2