Searched refs:st21nfc_dev_t (Results 1 – 7 of 7) sorted by relevance
/hardware/st/nfc/1.0/ |
D | nfc_nci_st21nfc.c | 43 } 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()
|
D | hal_wrapper.c | 38 } 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/ |
D | hal_st21nfc.cc | 44 } 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/ |
D | hal_st21nfc.cc | 44 } 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/ |
D | hal_wrapper.cc | 40 } 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/ |
D | halcore.c | 44 } 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/ |
D | halcore.cc | 43 } 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()
|