HomeSort by relevance Sort by last modified time
    Searched full:apdu (Results 1 - 13 of 13) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
NativeNfcManager.java 152 private void notifySeApduReceived(byte[] apdu) {
153 mNfcService.sendMessage(NfcService.MSG_SE_APDU_RECEIVED, apdu);
NfcService.java     [all...]
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 59 * Broadcast action: A filtered APDU was received.
61 * <p>This happens when an APDU of interest was matched by the Nfc adapter,
76 * <p>Contains the bytes of the received APDU.
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.c 518 /*update the buffer index of the apdu buffer*/
537 /*update the buffer index of the apdu buffer*/
906 /*set the apdu buffer index to zero*/
    [all...]
phLibNfc_SE.c 212 /* Copy received APDU to aid buffer. */
phFriNfc_FelicaMap.c 367 /*Copy data from the internal buffer to apdu buffer*/
558 /*Copy the read data from trx buffer to apdu of size apdu*/
605 /*Copy the data to apdu buffer and increment the index */
    [all...]
phFriNfc_DesfireFormat.c 45 Wrapping the native DESFire APDU's procedure
    [all...]
phFriNfc_NdefMap.c 139 /* Set APDU Buffer Index */
    [all...]
phFriNfc_NdefMap.h 823 /**< \internal Index to the APDU Buffer. Used for internal calculations */
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 1320 phNfc_sData_t *apdu = &(evt_info->UiccEvtInfo.aid); local
    [all...]
com_android_nfc_NativeNfcSecureElement.cpp 597 TRACE("Exchange APDU function ");
  /external/wpa_supplicant/
pcsc_funcs.c 28 * Command APDU: CLA INS P1 P2 P3 Data
32 * Response APDU: Data SW1 SW2
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 28 * Command APDU: CLA INS P1 P2 P3 Data
32 * Response APDU: Data SW1 SW2
    [all...]

Completed in 321 milliseconds