OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:control_granted
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c
153
dev->nci_device.
control_granted
= hal_control_granted;
/hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c
94
dev->
control_granted
= hal_control_granted;
/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
/external/libnfc-nci/halimpl/pn54x/
nfc_nci.c
214
dev->nci_device.
control_granted
= hal_control_granted;
/external/libnfc-nci/src/hal/include/
nfc_hal_api.h
123
tHAL_API_CONTROL_GRANTED *
control_granted
;
member in struct:__anon16932
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
327
mHalEntryFuncs.
control_granted
= HalControlGranted;
534
mHalDeviceContext->
control_granted
(mHalDeviceContext);
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
333
nfc_cb.p_hal->
control_granted
();
[
all
...]
Completed in 1786 milliseconds