Home
last modified time | relevance | path

Searched refs:tUSERIAL_CBACK (Results 1 – 2 of 2) sorted by relevance

/system/nfc/halimpl/bcm2079x/include/
Duserial.h229 typedef void(tUSERIAL_CBACK)(tUSERIAL_PORT, tUSERIAL_EVT, tUSERIAL_EVT_DATA*); typedef
240 extern void USERIAL_Open(tUSERIAL_PORT, tUSERIAL_OPEN_CFG*, tUSERIAL_CBACK*);
/system/nfc/halimpl/bcm2079x/adaptation/
Duserial_linux.c182 tUSERIAL_CBACK* ser_cb;
917 tUSERIAL_CBACK* p_cback) { in USERIAL_Open()