Home
last modified time | relevance | path

Searched refs:st21nfc_dev_t (Results 1 – 7 of 7) 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/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.2/
Dhal_st21nfc.cc44 } st21nfc_dev_t; typedef
51 st21nfc_dev_t dev;
63 extern bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback,
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc40 } st21nfc_dev_t; typedef
91 bool hal_wrapper_open(st21nfc_dev_t* dev, nfc_stack_callback_t* p_cback, in hal_wrapper_open()
/hardware/st/nfc/1.0/hal/
Dhalcore.c44 } st21nfc_dev_t; // beware, is a duplication of structure in nfc_nci_st21nfc.c typedef
87 st21nfc_dev_t* dev = (st21nfc_dev_t*)context; in HalCoreCallback()
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc43 } st21nfc_dev_t; // beware, is a duplication of structure in nfc_nci_st21nfc.c typedef
85 st21nfc_dev_t* dev = (st21nfc_dev_t*)context; in HalCoreCallback()