Searched refs:pConfig (Results 1 – 11 of 11) sorted by relevance
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_i2c.c | 144 NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle) in phDal4Nfc_i2c_open_and_configure() argument 150 switch(pConfig->nLinkType) in phDal4Nfc_i2c_open_and_configure() 156 DAL_DEBUG("Open failed: unknown type %d\n", pConfig->nLinkType); in phDal4Nfc_i2c_open_and_configure()
|
D | phDal4Nfc_uart.c | 152 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle) in phDal4Nfc_uart_open_and_configure() argument 161 switch(pConfig->nLinkType) in phDal4Nfc_uart_open_and_configure()
|
D | phDal4Nfc_uart.h | 40 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
|
D | phDal4Nfc_i2c.h | 36 NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
|
D | phDal4Nfc_link.h | 40 typedef NFCSTATUS (*phDal4Nfc_link_open_and_configure_CB_t) (pphDal4Nfc_sConfig_t pConfig, void *…
|
/external/libnfc-nxp/src/ |
D | phHciNfc.c | 370 phHal_uConfig_t *pConfig in phHciNfc_Configure() argument 377 || (NULL == pConfig) in phHciNfc_Configure() 396 psHciContext->p_config_params = &(pConfig->nfcIPConfig); in phHciNfc_Configure() 400 &(pConfig->nfcIPConfig)); in phHciNfc_Configure() 420 pHwRef, &(pConfig->emuConfig)); in phHciNfc_Configure() 432 psHciContext->p_config_params = &(pConfig->protectionConfig); in phHciNfc_Configure() 435 pHwRef, pConfig->protectionConfig.mode); in phHciNfc_Configure()
|
D | phHciNfc.h | 365 phHal_uConfig_t *pConfig
|
D | phHal4Nfc.h | 902 void *pConfig
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLib.c | 137 const S_EAS_LIB_CONFIG *pConfig = NULL; variable 487 pConfig = EAS_Config(); in OpenWaveOutDevice() 493 streamFormat.mSampleRate = pConfig->sampleRate; in OpenWaveOutDevice() 531 pBuf->uOutBufferLength = pConfig->mixBufferSize * streamFormat.mBitsPerChannel / 2; in OpenWaveOutDevice() 553 pBuf->uOutBufferLength /= pConfig->numChannels; in OpenWaveOutDevice()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | jet.c | 476 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT con… in JET_Init() argument 486 if (pConfig == NULL) in JET_Init() 487 pConfig = &jetDefaultConfig; in JET_Init() 502 EAS_HWMemCpy(&pJet->config, pConfig, configSize); in JET_Init()
|
/external/sonivox/arm-wt-22k/host_src/ |
D | jet.h | 79 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT con…
|