Home
last modified time | relevance | path

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

/external/libnfc-nci/src/include/
Dnfc_target.h685 #ifndef HAL_WRITE
686 #define HAL_WRITE(p) {nfc_cb.p_hal->write(p->len, (UINT8 *)(p+1) + p->offset); GKI_freebuf(p);} macro
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c236 HAL_WRITE(p); in nfc_ncif_send_data()
291 HAL_WRITE(p_buf); in nfc_ncif_check_cmd_queue()