Home
last modified time | relevance | path

Searched refs:conn_cb (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_utils.cc51 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID) { in nfc_alloc_conn_cb()
52 nfc_cb.conn_cb[xx].conn_id = in nfc_alloc_conn_cb()
54 p_conn_cb = &nfc_cb.conn_cb[xx]; in nfc_alloc_conn_cb()
78 handle = (uint8_t)(p_cb - nfc_cb.conn_cb + 1); in nfc_set_conn_id()
99 if (nfc_cb.conn_cb[xx].id == id) { in nfc_find_conn_cb_by_handle()
100 p_conn_cb = &nfc_cb.conn_cb[xx]; in nfc_find_conn_cb_by_handle()
125 if (nfc_cb.conn_cb[xx].conn_id == NFC_PEND_CONN_ID) { in nfc_find_conn_cb_by_conn_id()
126 p_conn_cb = &nfc_cb.conn_cb[xx]; in nfc_find_conn_cb_by_conn_id()
134 if (handle > 0) p_conn_cb = &nfc_cb.conn_cb[handle - 1]; in nfc_find_conn_cb_by_conn_id()
181 tNFC_CONN_CB* p_conn_cb = &nfc_cb.conn_cb[0]; in nfc_reset_all_conn_cbs()
Dnfc_main.cc189 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_enabled()
257 p_cb = &nfc_cb.conn_cb[NFC_HCI_CONN_ID]; in nfc_enabled()
765 nfc_cb.conn_cb[xx].conn_id = NFC_ILLEGAL_CONN_ID; in NFC_Init()
1076 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in NFC_SetStaticRfCback()
1179 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in NFC_Deactivate()
1393 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_HCI_CONN_ID]; in NFC_SetStaticHciCback()
Dnfc_ncif.cc949 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_ncif_proc_activate()
1276 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_ncif_proc_deactivate()
1662 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_ncif_proc_init_rsp()
/system/nfc/src/nfc/include/
Dnfc_int.h150 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS]; member