Searched defs:HAL_WRITE (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/include/
H A Dnfc_target.h682 ** Define HAL_WRITE depending on whether HAL is using shared GKI resources
685 #ifndef HAL_WRITE
686 #define HAL_WRITE(p) {nfc_cb.p_hal->write(p->len, (UINT8 *)(p+1) + p->offset); GKI_freebuf(p);} macro
707 #endif /* HAL_WRITE */

Completed in 176 milliseconds