Home
last modified time | relevance | path

Searched refs:tNFC_CONN_CB (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_utils.cc45 tNFC_CONN_CB* nfc_alloc_conn_cb(tNFC_CONN_CBACK* p_cback) { in nfc_alloc_conn_cb()
47 tNFC_CONN_CB* p_conn_cb = nullptr; in nfc_alloc_conn_cb()
72 void nfc_set_conn_id(tNFC_CONN_CB* p_cb, uint8_t conn_id) { in nfc_set_conn_id()
94 tNFC_CONN_CB* nfc_find_conn_cb_by_handle(uint8_t id) { in nfc_find_conn_cb_by_handle()
96 tNFC_CONN_CB* p_conn_cb = nullptr; in nfc_find_conn_cb_by_handle()
117 tNFC_CONN_CB* nfc_find_conn_cb_by_conn_id(uint8_t conn_id) { in nfc_find_conn_cb_by_conn_id()
118 tNFC_CONN_CB* p_conn_cb = nullptr; in nfc_find_conn_cb_by_conn_id()
151 void nfc_free_conn_cb(tNFC_CONN_CB* p_cb) { in nfc_free_conn_cb()
181 tNFC_CONN_CB* p_conn_cb = &nfc_cb.conn_cb[0]; in nfc_reset_all_conn_cbs()
Dnfc_test.cc54 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_handle(NCI_TEST_ID); in NFC_TestLoopback()
Dnfc_main.cc189 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_enabled()
1007 tNFC_CONN_CB* p_cb; in NFC_ConnCreate()
1054 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in NFC_ConnClose()
1076 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in NFC_SetStaticRfCback()
1122 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in NFC_SendData()
1148 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in NFC_FlushData()
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.cc143 uint8_t nfc_ncif_send_data(tNFC_CONN_CB* p_cb, NFC_HDR* p_data) { in nfc_ncif_send_data()
589 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in nfc_ncif_error_status()
630 tNFC_CONN_CB* p_cb; in nfc_ncif_proc_credits()
949 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()
1518 tNFC_CONN_CB* p_cb; in nfc_ncif_proc_conn_create_rsp()
1564 tNFC_CONN_CB* p_cb; in nfc_ncif_report_conn_close_evt()
1662 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_ncif_proc_init_rsp()
1765 void nfc_data_event(tNFC_CONN_CB* p_cb) { in nfc_data_event()
1847 tNFC_CONN_CB* p_cb; in nfc_ncif_proc_data()
/system/nfc/src/nfc/include/
Dnfc_int.h121 } tNFC_CONN_CB; typedef
150 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];
237 extern tNFC_CONN_CB* nfc_alloc_conn_cb(tNFC_CONN_CBACK* p_cback);
238 extern tNFC_CONN_CB* nfc_find_conn_cb_by_conn_id(uint8_t conn_id);
239 extern tNFC_CONN_CB* nfc_find_conn_cb_by_handle(uint8_t target_handle);
240 extern void nfc_set_conn_id(tNFC_CONN_CB* p_cb, uint8_t conn_id);
241 extern void nfc_free_conn_cb(tNFC_CONN_CB* p_cb);
243 extern void nfc_data_event(tNFC_CONN_CB* p_cb);
245 extern uint8_t nfc_ncif_send_data(tNFC_CONN_CB* p_cb, NFC_HDR* p_data);