HomeSort by relevance Sort by last modified time
    Searched refs:HAL_WRITE (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/include/
nfc_target.h 682 ** 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);}
707 #endif /* HAL_WRITE */
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 235 HAL_WRITE(p);
290 HAL_WRITE(p_buf);
    [all...]

Completed in 80 milliseconds