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

  /external/libnfc-nci/halimpl/bcm2079x/include/
HalAdaptation.h 54 extern int HaiOpen (const bcm2079x_dev_t* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_callback_t* halDataCallbackFunc);
  /hardware/libhardware/include/hardware/
nfc.h 110 typedef void (nfc_stack_data_callback_t) (uint16_t data_len, uint8_t* p_data); typedef
140 nfc_stack_data_callback_t *p_data_cback);
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 28 nfc_stack_callback_t *p_cback, nfc_stack_data_callback_t *p_data_cback) {
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 33 static int hal_open (const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_hal_cback, nfc_stack_data_callback_t *p_hal_data_callback)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 53 static nfc_stack_data_callback_t* gAndroidHalDataCallback = NULL;
243 int HaiOpen (const bcm2079x_dev_t* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_callback_t* halDataCallbackFunc)

Completed in 253 milliseconds