OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pConfig
(Results
1 - 9
of
9
) sorted by null
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.h
36
NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t
pConfig
, void ** pLinkHandle);
phDal4Nfc_uart.h
40
NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t
pConfig
, void ** pLinkHandle);
phDal4Nfc_link.h
40
typedef NFCSTATUS (*phDal4Nfc_link_open_and_configure_CB_t) (pphDal4Nfc_sConfig_t
pConfig
, void ** pLinkHandle);
phDal4Nfc_i2c.c
143
NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t
pConfig
, void ** pLinkHandle)
147
DAL_DEBUG("Opening port=%s\n",
pConfig
->deviceNode);
150
gI2cPortContext.nHandle = open(
pConfig
->deviceNode, O_RDWR | O_NOCTTY);
phDal4Nfc_uart.c
160
NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t
pConfig
, void ** pLinkHandle)
171
gComPortContext.nHandle = open(
pConfig
->deviceNode, O_RDWR | O_NOCTTY);
/external/libnfc-nxp/src/
phHciNfc.h
350
* \param[in]
pConfig
pConfig
is the Information for
365
phHal_uConfig_t *
pConfig
phHciNfc.c
370
phHal_uConfig_t *
pConfig
377
|| (NULL ==
pConfig
)
396
psHciContext->p_config_params = &(
pConfig
->nfcIPConfig);
400
&(
pConfig
->nfcIPConfig));
420
pHwRef, &(
pConfig
->emuConfig));
432
psHciContext->p_config_params = &(
pConfig
->protectionConfig);
435
pHwRef,
pConfig
->protectionConfig.mode);
[
all
...]
phHal4Nfc.h
[
all
...]
/external/aac/libAACenc/src/
aacenc_lib.cpp
[
all
...]
Completed in 273 milliseconds