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.cc47 tNFC_CONN_CB* nfc_alloc_conn_cb(tNFC_CONN_CBACK* p_cback) { in nfc_alloc_conn_cb()
49 tNFC_CONN_CB* p_conn_cb = nullptr; in nfc_alloc_conn_cb()
74 void nfc_set_conn_id(tNFC_CONN_CB* p_cb, uint8_t conn_id) { in nfc_set_conn_id()
96 tNFC_CONN_CB* nfc_find_conn_cb_by_handle(uint8_t id) { in nfc_find_conn_cb_by_handle()
98 tNFC_CONN_CB* p_conn_cb = nullptr; in nfc_find_conn_cb_by_handle()
119 tNFC_CONN_CB* nfc_find_conn_cb_by_conn_id(uint8_t conn_id) { in nfc_find_conn_cb_by_conn_id()
120 tNFC_CONN_CB* p_conn_cb = nullptr; in nfc_find_conn_cb_by_conn_id()
153 void nfc_free_conn_cb(tNFC_CONN_CB* p_cb) { in nfc_free_conn_cb()
179 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.cc195 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_enabled()
952 tNFC_CONN_CB* p_cb; in NFC_ConnCreate()
999 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in NFC_ConnClose()
1021 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in NFC_SetStaticRfCback()
1067 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in NFC_SendData()
1093 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in NFC_FlushData()
1124 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in NFC_Deactivate()
1339 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_HCI_CONN_ID]; in NFC_SetStaticHciCback()
Dnfc_ncif.cc142 uint8_t nfc_ncif_send_data(tNFC_CONN_CB* p_cb, NFC_HDR* p_data) { in nfc_ncif_send_data()
565 tNFC_CONN_CB* p_cb = nfc_find_conn_cb_by_conn_id(conn_id); in nfc_ncif_error_status()
623 tNFC_CONN_CB* p_cb; in nfc_ncif_proc_credits()
881 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_ncif_proc_activate()
1118 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_ncif_proc_deactivate()
1334 tNFC_CONN_CB* p_cb; in nfc_ncif_proc_conn_create_rsp()
1376 tNFC_CONN_CB* p_cb; in nfc_ncif_report_conn_close_evt()
1473 tNFC_CONN_CB* p_cb = &nfc_cb.conn_cb[NFC_RF_CONN_ID]; in nfc_ncif_proc_init_rsp()
1560 void nfc_data_event(tNFC_CONN_CB* p_cb) { in nfc_data_event()
1643 tNFC_CONN_CB* p_cb; in nfc_ncif_proc_data()
/system/nfc/src/nfc/include/
Dnfc_int.h135 } tNFC_CONN_CB; typedef
164 tNFC_CONN_CB conn_cb[NCI_MAX_CONN_CBS];
249 extern tNFC_CONN_CB* nfc_alloc_conn_cb(tNFC_CONN_CBACK* p_cback);
250 extern tNFC_CONN_CB* nfc_find_conn_cb_by_conn_id(uint8_t conn_id);
251 extern tNFC_CONN_CB* nfc_find_conn_cb_by_handle(uint8_t target_handle);
252 extern void nfc_set_conn_id(tNFC_CONN_CB* p_cb, uint8_t conn_id);
253 extern void nfc_free_conn_cb(tNFC_CONN_CB* p_cb);
255 extern void nfc_data_event(tNFC_CONN_CB* p_cb);
257 extern uint8_t nfc_ncif_send_data(tNFC_CONN_CB* p_cb, NFC_HDR* p_data);