HomeSort by relevance Sort by last modified time
    Searched full:control_granted (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 150 dev->nci_device.control_granted = hal_control_granted;
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 93 dev->control_granted = hal_control_granted;
  /hardware/libhardware/include/hardware/
nfc.h 168 * (*control_granted)() Grant HAL the exclusive control to send NCI commands.
173 int (*control_granted)(const struct nfc_nci_device *p_dev); member in struct:nfc_nci_device
  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 114 tHAL_API_CONTROL_GRANTED *control_granted; member in struct:__anon20487
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 283 mHalEntryFuncs.control_granted = HalControlGranted;
490 mHalDeviceContext->control_granted (mHalDeviceContext);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 330 nfc_cb.p_hal->control_granted ();
    [all...]

Completed in 426 milliseconds