Home
last modified time | relevance | path

Searched refs:st21nfc_dev_t (Results 1 – 9 of 9) sorted by relevance

/hardware/st/nfc/1.0/
Dnfc_nci_st21nfc.c43 } st21nfc_dev_t; typedef
57 extern bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback,
71 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_open()
97 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_write()
128 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_core_initialized()
173 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_power_cycle()
210 st21nfc_dev_t* dev = calloc(1, sizeof(st21nfc_dev_t)); in nfc_open()
Dhal_wrapper.c38 } st21nfc_dev_t; typedef
56 bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback, in hal_wrapper_open()
/hardware/st/nfc/st21nfc/include/
Dst21nfc_dev.h27 } st21nfc_dev_t; typedef
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc44 } st21nfc_dev_t; typedef
51 st21nfc_dev_t dev;
62 extern bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback,
/hardware/st/nfc/1.0/hal/
Dhalcore.c46 } st21nfc_dev_t; // beware, is a duplication of structure in nfc_nci_st21nfc.c typedef
89 st21nfc_dev_t* dev = (st21nfc_dev_t*)context; in HalCoreCallback()
/hardware/st/nfc/aidl/
Dhal_st21nfc.cc54 st21nfc_dev_t dev;
61 extern bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback,
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc53 st21nfc_dev_t dev;
65 extern bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback,
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc94 st21nfc_dev_t* dev = (st21nfc_dev_t*)context; in HalCoreCallback()
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc98 bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback, in hal_wrapper_open()