Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/
Dnfc_nci_st21nfc.c61 extern int hal_wrapper_close(int call_cb);
73 hal_wrapper_close(0); in hal_open()
151 if (hal_wrapper_close(1) == 0) { in hal_close()
Dhal_wrapper.c82 int hal_wrapper_close(int call_cb) { in hal_wrapper_close() function
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc66 extern int hal_wrapper_close(int call_cb, int nfc_mode);
283 hal_wrapper_close(0, nfc_mode); in StNfc_hal_open()
363 if (hal_wrapper_close(1, nfc_mode_value) == 0) { in StNfc_hal_close()
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc73 extern int hal_wrapper_close(int call_cb, int nfc_mode);
290 hal_wrapper_close(0, nfc_mode); in StNfc_hal_open()
370 if (hal_wrapper_close(1, nfc_mode_value) == 0) { in StNfc_hal_close()
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc128 int hal_wrapper_close(int call_cb, int nfc_mode) { in hal_wrapper_close() function