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

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 47 #define NFC_SET_MAX_CONN_DEFAULT() {nfc_cb.max_conn = 1;}
60 tNFC_CB nfc_cb; variable
183 if (nfc_cb.p_resp_cback)
186 if (nfc_cb.flags & (NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC))
188 nfc_cb.flags &= ~(NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC);
191 nfc_cb.flags |= NFC_FL_POWER_OFF_SLEEP;
193 (*nfc_cb.p_resp_cback) (NFC_NFCC_RESTART_REVT, &evt_data);
197 (*nfc_cb.p_resp_cback) (NFC_ENABLE_REVT, &evt_data);
214 tNFC_CONN_CB *p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID];
240 nfc_cb.vs_interface[yy++] = *p
    [all...]
nfc_task.c 63 if (nfc_cb.timer_queue.p_first == NULL)
82 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle);
87 GKI_add_to_timer_list (&nfc_cb.timer_queue, p_tle);
101 return (GKI_get_remaining_ticks (&nfc_cb.timer_queue, p_tle));
117 GKI_update_timer_list (&nfc_cb.timer_queue, 1);
119 while ((nfc_cb.timer_queue.p_first) && (!nfc_cb.timer_queue.p_first->ticks))
121 p_tle = nfc_cb.timer_queue.p_first;
122 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle);
141 if (nfc_cb.timer_queue.p_first == NULL
    [all...]
nfc_utils.c 52 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID)
54 nfc_cb.conn_cb[xx].conn_id = NFC_PEND_CONN_ID; /* to indicate this cb is used */
55 p_conn_cb = &nfc_cb.conn_cb[xx];
81 handle = (UINT8) (p_cb - nfc_cb.conn_cb + 1);
82 nfc_cb.conn_id[conn_id] = handle;
103 if (nfc_cb.conn_cb[xx].id == id)
105 p_conn_cb = &nfc_cb.conn_cb[xx];
133 if (nfc_cb.conn_cb[xx].conn_id == NFC_PEND_CONN_ID)
135 p_conn_cb = &nfc_cb.conn_cb[xx];
145 handle = nfc_cb.conn_id[id]
    [all...]
nfc_vs.c 62 if (nfc_cb.p_vs_cb[i] == NULL)
64 nfc_cb.p_vs_cb[i] = p_cback;
75 if (nfc_cb.p_vs_cb[i] == p_cback)
77 nfc_cb.p_vs_cb[i] = NULL;
nfc_ncif.c 63 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
65 if (nfc_cb.nfc_state != NFC_STATE_W4_HAL_CLOSE)
73 nfc_stop_timer (&nfc_cb.nci_wait_rsp_timer);
75 nfc_cb.p_vsc_cback = NULL;
76 nfc_cb.nci_cmd_window++;
100 if (nfc_cb.nfc_state == NFC_STATE_CORE_INIT)
122 nfc_cb.flags &= ~NFC_FL_DEACTIVATING;
123 nci_snd_deactivate_cmd ((UINT8) ((TIMER_PARAM_TYPE) nfc_cb.deactivate_timer.param));
152 if (nfc_cb.nfc_state != NFC_STATE_OPEN)
154 if (nfc_cb.nfc_state == NFC_STATE_CLOSING
    [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 50 UINT8 *p_old = nfc_cb.last_cmd;
160 UINT8 *p_old = nfc_cb.last_cmd;
294 tNFC_RESPONSE_CBACK *p_cback = nfc_cb.p_resp_cback;
300 UINT8 *p_old = nfc_cb.last_cmd;
354 tNFC_RESPONSE_CBACK *p_cback = nfc_cb.p_resp_cback;
437 tNFC_VS_CBACK *p_cback = (tNFC_VS_CBACK *)nfc_cb.p_vsc_cback;
474 if (nfc_cb.p_vs_cb[i])
476 (*nfc_cb.p_vs_cb[i]) ((tNFC_VS_EVT) (NCI_NTF_BIT|op_code), p_msg->len, p_evt);
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 100 #define NFC_CHECK_MAX_CONN() {if (max > nfc_cb.max_conn) max = nfc_cb.max_conn;}
200 NFC_API extern tNFC_CB nfc_cb;
203 #define nfc_cb (*nfc_cb_ptr) macro
  /external/bluetooth/bluedroid/include/
bt_trace.h     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
bt_trace.h     [all...]
  /external/libnfc-nci/src/include/
bt_trace.h     [all...]

Completed in 261 milliseconds