OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power_cycle
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_hal_api.h
115
tHAL_API_POWER_CYCLE *
power_cycle
;
member in struct:__anon20487
/hardware/libhardware/include/hardware/
nfc.h
176
* (*
power_cycle
)() Restart controller by power cyle;
179
int (*
power_cycle
)(const struct nfc_nci_device *p_dev);
member in struct:nfc_nci_device
/hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c
94
dev->
power_cycle
= hal_power_cycle;
/external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c
151
dev->nci_device.
power_cycle
= hal_power_cycle;
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
284
mHalEntryFuncs.
power_cycle
= HalPowerCycle;
509
mHalDeviceContext->
power_cycle
(mHalDeviceContext);
/external/libnfc-nci/src/nfc/nfc/
nfc_task.c
328
nfc_cb.p_hal->
power_cycle
();
Completed in 739 milliseconds