OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_hal
(Results
1 - 5
of
5
) sorted by null
/system/nfc/src/nfc/nfc/
nfc_task.c
305
nfc_cb.
p_hal
->close();
308
nfc_cb.
p_hal
->power_cycle();
311
nfc_cb.
p_hal
->close();
nfc_main.c
291
nfc_cb.
p_hal
->close();
659
nfc_cb.
p_hal
->open(nfc_main_hal_cback, nfc_main_hal_data_cback);
717
nfc_cb.
p_hal
= p_hal_entry_tbl;
[
all
...]
nfc_ncif.cc
285
if (nfc_cb.
p_hal
->prediscover()) {
303
nfc_cb.
p_hal
->control_granted();
[
all
...]
/system/nfc/src/nfc/int/
nfc_int.h
219
tHAL_NFC_ENTRY*
p_hal
;
member in struct:__anon115098
/system/nfc/src/include/
nfc_target.h
657
nfc_cb.
p_hal
->write(p->len, (uint8_t*)(p + 1) + p->offset); \
Completed in 162 milliseconds