HomeSort by relevance Sort by last modified time
    Searched defs:aid (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRefreshResponse.java 33 public String aid; /* null terminated string, e.g., field in class:IccRefreshResponse
40 return "{" + refreshResult + ", " + aid +", " + efId + "}";
IccCardApplicationStatus.java 106 public String aid; field in class:IccCardApplicationStatus
  /external/libnfc-nxp/src/
phHciNfc_WI.h 77 uint8_t aid[MAX_AID_LEN]; member in struct:phHciNfc_WI_Info
phFriNfc_NdefMap.h 454 uint8_t aid[PH_FRINFC_NDEFMAP_MIFARESTD_TOTALNO_BLK]; member in struct:phFriNfc_MifareStdCont
465 /** The flag is to know that there is a different AID apart from
466 NFC forum sector AID */
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 184 long aid = c.getLong(c.getColumnIndex(Albums.ALBUM_ID)); local
187 Uri albumart = Uri.parse("content://media/external/audio/albumart/" + aid);
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h 57 u16 aid; member in struct:wpa_eapol_ie_parse
tdls.c 135 u16 aid; member in struct:wpa_tdls_peer
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 98 UINT8 aid[NFC_MAX_AID_LEN]; /* AID to listen for (For type-4 only) */ member in struct:__anon22399
99 UINT8 aid_len; /* AID length */
135 #define NFA_CE_LISTEN_INFO_T4T_ACTIVATE_PND 0x00000040 /* App has not been notified of ACTIVATE_EVT yet for this T4T AID */
136 #define NFA_CE_LISTEN_INFO_T4T_AID 0x00000080 /* This is a listen_info for T4T AID */
153 UINT8 t4t_aid_handle; /* Type-4 aid callback handle (from CE_T4tRegisterAID) */
  /external/libnfc-nci/src/nfc/int/
ce_int.h 86 UINT8 aid[NFC_MAX_AID_LEN]; member in struct:__anon22659
88 } tCE_T4T_REG_AID; /* registered AID table */
100 #define CE_T4T_STATUS_REG_AID_SELECTED 0x02 /* Registered AID is selected */
105 #define CE_T4T_STATUS_WILDCARD_AID_SELECTED 0x40 /* Wildcard AID selected */
109 tCE_CBACK *p_wildcard_aid_cback; /* registered wildcard AID callback */
110 tCE_T4T_REG_AID reg_aid[CE_T4T_MAX_REG_AID]; /* registered AID table */
114 #define CE_T4T_WILDCARD_AID_HANDLE (CE_T4T_MAX_REG_AID) /* reserved handle for wildcard aid */
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 59 * Convenience AID list
69 * All AID groups this service handles
173 // Parsed values for the current AID group
177 if (eventType == XmlPullParser.START_TAG && "aid-group".equals(tagName) &&
181 // Get category of AID group
192 Log.e(TAG, "Not allowing multiple aid-groups in the " +
200 } else if (eventType == XmlPullParser.END_TAG && "aid-group".equals(tagName) &&
208 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
211 } else if (eventType == XmlPullParser.START_TAG && "aid-filter".equals(tagName) &&
215 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name) local
    [all...]
  /system/core/include/private/
android_filesystem_config.h 111 unsigned aid; member in struct:android_id_info
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 45 NFA_EE_ADD_AID_EVT, /* The status for adding an AID to a routing table entry */
46 NFA_EE_REMOVE_AID_EVT, /* The status for removing an AID from a routing table */
142 tNFC_AID aid; /* NFA_EE_TRGR_SELECT : the AID in the received SELECT AID command */ member in union:__anon22339
349 ** Description This function is called to add an AID entry in the
373 ** Description This function is called to remove the given AID entry from the
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 756 int i, j = 32, aid; local
758 /* get a unique AID */
759 if (sta->aid > 0) {
760 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
776 aid = i * 32 + j + 1;
777 if (aid > 2007)
780 sta->aid = aid;
782 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid)
    [all...]
sta_info.h 45 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
  /external/tcpdump/
ieee802_11.h 231 u_int16_t aid; member in struct:mgmt_body_t
284 u_int16_t aid; member in struct:ctrl_ps_poll_t
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 158 u16 aid; member in struct:prism2_hostapd_param::__anon30636::__anon30637
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 246 sim_types sim_type, unsigned char *aid,
300 wpa_hexdump(MSG_MSGDUMP, "SCARD: DF name (AID) TLV",
388 static int scard_get_aid(struct scard_data *scard, unsigned char *aid,
453 wpa_printf(MSG_DEBUG, "SCARD: Invalid AID length %d",
458 wpa_hexdump(MSG_DEBUG, "SCARD: AID from EF_DIR record",
476 wpa_printf(MSG_DEBUG, "SCARD: Too long AID");
480 os_memcpy(aid, efdir->rid, efdir->aid_len);
644 unsigned char aid[32]; local
647 aid_len = scard_get_aid(scard, aid, sizeof(aid));
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 613 long aid = cursor.getLong(0); local
617 Drawable d = MusicUtils.getCachedArtwork(context, aid, mDefaultAlbumIcon);
623 if (currentalbumid == aid) {
ArtistAlbumBrowserActivity.java 750 long aid = cursor.getLong(0); local
752 if (currentalbumid == aid) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 36 // mAidServices is a tree that maps an AID to a list of handling services
41 // mAidCache is a lookup table for quickly mapping an AID to one or
55 String aid; field in class:RegisteredAidCache.AidResolveInfo
93 if (DBG) Log.d(TAG, "Not updating aid cache + routing: nothing changed.");
117 public AidResolveInfo resolveAidPrefix(String aid) {
119 char nextAidChar = (char) (aid.charAt(aid.length() - 1) + 1);
120 String nextAid = aid.substring(0, aid.length() - 1) + nextAidChar;
122 mAidToServices.subMap(aid, nextAid)
433 String aid = aidEntry.getKey(); local
449 String aid = aidEntry.getKey(); local
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 58 static void cc_analyse_alloc_arena ( ArenaId aid ); /* fwds */
274 void ensure_mm_init ( ArenaId aid );
512 void arena_init ( ArenaId aid, Char* name, SizeT rz_szB,
516 Arena* a = arenaId_to_ArenaP(aid);
525 if (VG_AR_CLIENT == aid) {
549 a->clientmem = ( VG_AR_CLIENT == aid ? True : False );
619 void ensure_mm_init ( ArenaId aid )
636 if (VG_AR_CLIENT == aid) {
764 ArenaId aid; local
769 for (aid = 0; aid < VG_N_ARENAS; aid++)
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 1142 phNfc_sData_t *aid; local
    [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 897 /* AID Information is obtained if the eventType is
900 phNfc_sData_t aid; member in union:phHal_sEventInfo::uEventInfo
    [all...]
phNfcTypes.h 998 phNfc_sData_t aid; member in struct:phNfc_sUiccInfo_t
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 191 public static final String EXTRA_AID = "com.android.nfc_extras.extra.AID";
330 public void onCardEmulationAidSelected(byte[] aid) {
332 sendMessage(NfcService.MSG_CARD_EMULATION, aid);
688 // Build initial AID cache even if NFC is off
2063 String aid = (String) msg.obj; local
2069 String aid = (String) msg.obj; local
    [all...]

Completed in 792 milliseconds

1 2