OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:core_initialized
(Results
1 - 6
of
6
) sorted by null
/system/nfc/src/include/
nfc_hal_api.h
57
tHAL_API_CORE_INITIALIZED*
core_initialized
;
member in struct:__anon3255
/hardware/libhardware/include/hardware/
nfc.h
46
* 3) Core NCI stack calls
core_initialized
() to allow HAL to do post-init configuration
127
* (*
core_initialized
)() is called after the CORE_INIT_RSP is received from the NFCC.
130
* If
core_initialized
() returns 0, the NCI stack will wait for a HAL_NFC_POST_INIT_CPLT_EVT
133
* If
core_initialized
() returns any other value, the NCI stack will continue
136
int (*
core_initialized
)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params);
member in struct:nfc_nci_device
/hardware/interfaces/nfc/1.0/default/
Nfc.cpp
44
int ret = mDevice->
core_initialized
(mDevice, ©[0]);
/hardware/libhardware/modules/nfc-nci/
nfc_nci_example.cpp
93
dev->
core_initialized
= hal_core_initialized;
/system/nfc/src/adaptation/
NfcAdaptation.cc
454
mHalEntryFuncs.
core_initialized
= HalCoreInitialized;
/system/nfc/src/nfc/nfc/
nfc_ncif.cc
[
all
...]
Completed in 2216 milliseconds