/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 | 364 /*Copy data from the internal buffer to apdu buffer*/ 555 /*Copy the read data from trx buffer to apdu of size apdu*/ 602 /*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 | 834 /**< \internal Index to the APDU Buffer. Used for internal calculations */ [all...] |
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
gnubby.js | 729 /** Send a raw APDU command 733 Gnubby.prototype.apdu = function(data, cb) { 761 /** APDU command with reply 770 this.apdu(request, function(rc, data) {
|
/hardware/ril/libril/ |
ril.cpp | 944 RIL_SIM_APDU apdu; local 946 memset (&apdu, 0, sizeof(RIL_SIM_APDU)); 951 apdu.sessionid = (int)t; 954 apdu.cla = (int)t; 957 apdu.instruction = (int)t; 960 apdu.p1 = (int)t; 963 apdu.p2 = (int)t; 966 apdu.p3 = (int)t; 968 apdu.data = strdupReadString(p); 972 printBuf, apdu.sessionid, apdu.cla, apdu.instruction, apdu.p1, apdu.p2 [all...] |
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredServicesCache.java | 245 Log.e(TAG, "Skipping APDU service " + componentName + 252 Log.e(TAG, "Skipping APDU service " + componentName +
|
/external/kernel-headers/original/uapi/linux/ |
nfc.h | 152 * @NFC_ATTR_APDU: Secure element APDU
|
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_api.c | 417 ** Description Send an APDU to the peer device
|
bta_hl_utils.c | [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_ee_api.h | 64 #define NFA_EE_INTERFACE_APDU NFC_NFCEE_INTERFACE_APDU /* APDU Interface */
|
nfa_hci_api.h | 527 ** Maximum of NFA_MAX_HCI_EVENT_LEN bytes APDU can be received
|
nfa_api.h | 74 #define NFA_STATUS_BAD_RESP NFC_STATUS_BAD_RESP /* Wrong format of R-APDU, CC file or NDEF file */ [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 405 UINT16 rsp_buf_size; /* Maximum size of APDU buffer */
|
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.c | 22 * Command APDU: CLA INS P1 P2 P3 Data 26 * Response APDU: Data SW1 SW2 [all...] |
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_api.c | 704 ** Maximum of NFA_MAX_HCI_EVENT_LEN bytes APDU can be received [all...] |
/external/libnfc-nci/src/nfc/include/ |
tags_defs.h | 359 #define T4T_MIN_MLE 0x000F /* Min of Max R-APDU data size */
|
nfc_api.h | 64 #define NFC_STATUS_BAD_RESP 0xE7/* Wrong format of R-APDU, CC file or NDEF file */ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCarrierPrivilegeRules.java | 148 // Length encoding is in GPC_Specification_2.2.1: 11.1.5 APDU Message and Data Length.
|
/hardware/ril/include/telephony/ |
ril.h | 512 /* Following fields are used to derive the APDU ("command" and "length" 518 int p3; /* A negative P3 implies a 4 byte APDU. */ [all...] |
/cts/apps/CtsVerifier/res/values/ |
strings.xml | [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_hl.c | [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 400 const String8 serviceTagName(offHost ? "offhost-apdu-service" : "host-apdu-service"); [all...] |