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

  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 123 tHAL_API_CONTROL_GRANTED *control_granted; member in struct:__anon28545
  /hardware/libhardware/include/hardware/
nfc.h 181 * (*control_granted)() Grant HAL the exclusive control to send NCI commands.
186 int (*control_granted)(const struct nfc_nci_device *p_dev); member in struct:nfc_nci_device
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 93 dev->control_granted = hal_control_granted;
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 151 dev->nci_device.control_granted = hal_control_granted;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 313 mHalEntryFuncs.control_granted = HalControlGranted;
520 mHalDeviceContext->control_granted (mHalDeviceContext);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 332 nfc_cb.p_hal->control_granted ();
    [all...]

Completed in 469 milliseconds