HomeSort by relevance Sort by last modified time
    Searched defs:aid (Results 1 - 25 of 27) 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/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:__anon10348
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:__anon10608
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 */
  /system/core/include/private/
android_filesystem_config.h 107 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:__anon10289
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 747 int i, j = 32, aid; local
749 /* get a unique AID */
750 if (sta->aid > 0) {
751 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
767 aid = i * 32 + j + 1;
768 if (aid > 2007)
771 sta->aid = aid;
773 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::__anon18461::__anon18462
driver.h 928 u16 aid; member in struct:hostapd_sta_add_params
    [all...]
  /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...]
  /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 1133 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...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 138 #define NFC_ROUTE_TAG_AID NCI_ROUTE_TAG_AID /* AID routing */
424 UINT8 aid[NFC_MAX_AID_LEN]; /* application id */ member in struct:__anon10556
429 UINT8 aid[NFC_MAX_AID_LEN]; /* application id */ member in struct:__anon10557
446 tNFC_AID aid; member in union:__anon10558::__anon10559
    [all...]
  /hardware/ril/include/telephony/
ril.h 296 char *aidPtr; /* AID value, See ETSI 102.221 8.1 and 101.220 4, NULL if no value. */
553 char * aid; /* is AID(application ID) of the card application */ member in struct:__anon21015
555 /* For SIM_FILE_UPDATE result it can be set to AID of */
558 /* For SIM_INIT result this field is set to AID of */
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 2422 String aid = uri.getPathSegments().get(3); local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 436 le16 aid; member in struct:ieee80211_mgmt::__anon18398::__anon18402
    [all...]

Completed in 688 milliseconds

1 2