Home
last modified time | relevance | path

Searched refs:p_wildcard_aid_cback (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Dce_t4t.c460 } else if (ce_cb.mem.t4t.p_wildcard_aid_cback) { in ce_t4t_process_select_app_cmd()
474 (*(ce_cb.mem.t4t.p_wildcard_aid_cback))(CE_T4T_RAW_FRAME_EVT, &ce_data); in ce_t4t_process_select_app_cmd()
617 (*(ce_cb.mem.t4t.p_wildcard_aid_cback))(CE_T4T_RAW_FRAME_EVT, &ce_data); in ce_t4t_data_cback()
852 if (p_t4t->p_wildcard_aid_cback != NULL) { in CE_T4tRegisterAID()
862 p_t4t->p_wildcard_aid_cback = p_cback; in CE_T4tRegisterAID()
923 if (p_t4t->p_wildcard_aid_cback != NULL) { in CE_T4tDeregisterAID()
924 p_t4t->p_wildcard_aid_cback = NULL; in CE_T4tDeregisterAID()
/system/nfc/src/nfc/int/
Dce_int.h117 tCE_CBACK* p_wildcard_aid_cback; /* registered wildcard AID callback */ member