HomeSort by relevance Sort by last modified time
    Searched refs:NFA_HCI_MAX_APP_CB (Results 1 - 6 of 6) sorted by null

  /system/nfc/src/include/
nfc_target.h 523 #ifndef NFA_HCI_MAX_APP_CB
524 #define NFA_HCI_MAX_APP_CB 0x05
  /system/nfc/src/nfa/int/
nfa_hci_int.h 406 tNFA_HCI_CBACK* p_app_cback[NFA_HCI_MAX_APP_CB]; /* Callback functions
413 char reg_app_names[NFA_HCI_MAX_APP_CB][NFA_MAX_HCI_APP_NAME_LEN + 1];
418 bool b_send_conn_evts[NFA_HCI_MAX_APP_CB];
  /system/nfc/src/nfa/hci/
nfa_hci_api.c 163 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) {
170 if (xx == NFA_HCI_MAX_APP_CB) {
    [all...]
nfa_hci_main.c 199 tNFA_HANDLE reg_app[NFA_HCI_MAX_APP_CB];
207 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) {
220 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++) {
259 NFA_HCI_MAX_APP_CB) {
    [all...]
nfa_hci_utils.c 233 (app_inx >= NFA_HCI_MAX_APP_CB) ||
    [all...]
nfa_hci_act.c 238 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) {
248 if (xx != NFA_HCI_MAX_APP_CB) {
261 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) {
274 if (xx == NFA_HCI_MAX_APP_CB) {
315 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) {
326 if (xx == NFA_HCI_MAX_APP_CB) {
578 ((app_inx < NFA_HCI_MAX_APP_CB) &&
    [all...]

Completed in 47 milliseconds