Searched refs:pConfig (Results 1 - 24 of 24) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_i2c.h36 NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
H A DphDal4Nfc_uart.h40 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
H A DphDal4Nfc_link.h40 typedef NFCSTATUS (*phDal4Nfc_link_open_and_configure_CB_t) (pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
H A DphDal4Nfc_i2c.c143 NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle) argument
147 DAL_DEBUG("Opening port=%s\n", pConfig->deviceNode);
150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
H A DphDal4Nfc_uart.c160 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle) argument
171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
/external/libnfc-nci/halimpl/pn54x/tml/
H A DphTmlNfc_i2c.h27 NFCSTATUS phTmlNfc_i2c_open_and_configure(pphTmlNfc_Config_t pConfig, void ** pLinkHandle);
H A DphTmlNfc_i2c.c73 ** Parameters pConfig - hardware information
81 NFCSTATUS phTmlNfc_i2c_open_and_configure(pphTmlNfc_Config_t pConfig, void ** pLinkHandle) argument
86 NXPLOG_TML_D("Opening port=%s\n", pConfig->pDevName);
88 nHandle = open((char const *)pConfig->pDevName, O_RDWR);
H A DphTmlNfc.h198 NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig);
H A DphTmlNfc.c66 ** Parameters pConfig - TML configuration details as provided by the upper layer
76 NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig) argument
87 else if ((NULL == pConfig) ||
88 (PH_TMLNFC_RESET_VALUE == pConfig->dwGetMsgThreadId))
110 wInitStatus = phTmlNfc_i2c_open_and_configure(pConfig, &(gpphTmlNfc_Context->pDevHandle));
151 gpphTmlNfc_Context->dwCallbackThreadId = pConfig->dwGetMsgThreadId;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp59 CPDF_Dictionary* pConfig = pOCProperties->GetDict("D"); local
72 pConfig = pFind;
76 return pConfig;
101 CPDF_Dictionary* pConfig = local
103 if (!pConfig) {
107 FX_BOOL bState = pConfig->GetString("BaseState", "ON") != "OFF";
108 CPDF_Array* pArray = pConfig->GetArray("ON");
114 pArray = pConfig->GetArray("OFF");
120 pArray = pConfig->GetArray("AS");
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_localemgr.h38 CFX_WideStringC GetConfigLocaleName(CXFA_Node* pConfig);
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h73 * JET_Shutdown to de-allocate memory. Pass NULL for pConfig
79 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT configSize);
/external/libnfc-nxp/src/
H A DphHciNfc.h350 * \param[in] pConfig pConfig is the Information for
365 phHal_uConfig_t *pConfig
H A DphHciNfc.c370 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);
H A DphHal4Nfc.h896 * \param[in] pConfig Reserved for future use.
902 void *pConfig
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_document_imp.cpp215 CXFA_Node* pConfig = (CXFA_Node*)this->GetXFANode(XFA_HASHCODE_Config); local
216 if (!pConfig) {
220 CXFA_Node* pPresent = pConfig->GetFirstChildByClass(XFA_ELEMENT_Present);
H A Dxfa_localemgr.cpp1248 CFX_WideStringC CXFA_LocaleMgr::GetConfigLocaleName(CXFA_Node* pConfig) { argument
1251 if (pConfig) {
1253 pConfig->GetFirstChildByClass(XFA_ELEMENT_Acrobat);
1255 pChildfConfig = pConfig->GetFirstChildByClass(XFA_ELEMENT_Present);
H A Dxfa_object_imp.cpp497 CXFA_Node* pConfig = local
499 wsLocaleName = GetDocument()->GetLocalMgr()->GetConfigLocaleName(pConfig);
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c137 const S_EAS_LIB_CONFIG *pConfig = NULL; variable
487 pConfig = EAS_Config();
493 streamFormat.mSampleRate = pConfig->sampleRate;
531 pBuf->uOutBufferLength = pConfig->mixBufferSize * streamFormat.mBitsPerChannel / 2;
553 pBuf->uOutBufferLength /= pConfig->numChannels;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdoc.cpp162 CXFA_Node* pConfig = (CXFA_Node*)m_pDocument->GetXFANode(XFA_HASHCODE_Config); local
163 if (!pConfig) {
166 CXFA_Node* pAcrobat = pConfig->GetFirstChildByClass(XFA_ELEMENT_Acrobat);
/external/sonivox/arm-wt-22k/lib_src/
H A Djet.c482 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT configSize) argument
492 if (pConfig == NULL)
493 pConfig = &jetDefaultConfig;
508 EAS_HWMemCpy(&pJet->config, pConfig, configSize);
/external/sqlite/dist/orig/
H A Dsqlite3.c169104 fts5ConfigParseSpecial( Fts5Global *pGlobal, Fts5Config *pConfig, const char *zCmd, const char *zArg, char **pzErr ) argument
169235 fts5ConfigDefaultTokenizer(Fts5Global *pGlobal, Fts5Config *pConfig) argument
169474 sqlite3Fts5ConfigFree(Fts5Config *pConfig) argument
169501 sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig) argument
169547 sqlite3Fts5Tokenize( Fts5Config *pConfig, int flags, const char *pText, int nText, void *pCtx, int (*xToken)(void*, int, const char*, int, int, int) ) argument
169648 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) argument
169717 sqlite3Fts5ConfigLoad(Fts5Config *pConfig, int iCookie) argument
169878 Fts5Config *pConfig; member in struct:Fts5Parse
169968 sqlite3Fts5ExprNew( Fts5Config *pConfig, const char *zExpr, Fts5Expr **ppNew, char **pzErr ) argument
171273 Fts5Config *pConfig = pParse->pConfig; local
171323 sqlite3Fts5ExprClonePhrase( Fts5Config *pConfig, Fts5Expr *pExpr, int iPhrase, Fts5Expr **ppNew ) argument
171485 Fts5Config *pConfig = pParse->pConfig; local
171647 fts5ExprPrintTcl( Fts5Config *pConfig, const char *zNearsetCmd, Fts5ExprNode *pExpr ) argument
171723 fts5ExprPrint(Fts5Config *pConfig, Fts5ExprNode *pExpr) argument
171819 Fts5Config *pConfig = 0; local
172755 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Index
173137 Fts5Config *pConfig = p->pConfig; local
173213 Fts5Config *pConfig = p->pConfig; local
173237 Fts5Config *pConfig = p->pConfig; local
173268 Fts5Config *pConfig = p->pConfig; local
173444 Fts5Config *pConfig = p->pConfig; local
174577 Fts5Config *pConfig = p->pConfig; local
175825 Fts5Config *pConfig = p->pConfig; local
176923 sqlite3Fts5IndexOpen( Fts5Config *pConfig, int bCreate, Fts5Index **pp, char **pzErr ) argument
177032 Fts5Config *pConfig = p->pConfig; local
177065 Fts5Config *pConfig = p->pConfig; local
177325 Fts5Config *pConfig = p->pConfig; /* Configuration object */ local
177614 Fts5Config *pConfig = p->pConfig; local
177830 sqlite3Fts5IndexCksum( Fts5Config *pConfig, i64 iRowid, int iCol, int iPos, const char *pTerm, int nTerm ) argument
178326 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Table
178575 Fts5Config *pConfig = 0; /* Results of parsing argc/argv */ local
178703 Fts5Config *pConfig = pTab->pConfig; local
178800 Fts5Config *pConfig = pTab->pConfig; local
179038 Fts5Config *pConfig = pTab->pConfig; local
179156 Fts5Config *pConfig = pTab->pConfig; local
179204 fts5CursorParseRank( Fts5Config *pConfig, Fts5Cursor *pCsr, sqlite3_value *pRank ) argument
179270 Fts5Config *pConfig = pTab->pConfig; local
179514 Fts5Config *pConfig = pTab->pConfig; local
179615 Fts5Config *pConfig = pTab->pConfig; local
179972 Fts5Config *pConfig = pTab->pConfig; local
180299 Fts5Config *pConfig = pTab->pConfig; local
180728 Fts5Config *pConfig; member in struct:Fts5Storage
180888 sqlite3Fts5DropAll(Fts5Config *pConfig) argument
180912 fts5StorageRenameOne( Fts5Config *pConfig, int *pRc, const char *zTail, const char *zName ) argument
180927 Fts5Config *pConfig = pStorage->pConfig; local
180946 sqlite3Fts5CreateTable( Fts5Config *pConfig, const char *zPost, const char *zDefn, int bWithout, char **pzErr ) argument
180977 sqlite3Fts5StorageOpen( Fts5Config *pConfig, Fts5Index *pIndex, int bCreate, Fts5Storage **pp, char **pzErr ) argument
181090 Fts5Config *pConfig = p->pConfig; local
181202 Fts5Config *pConfig = p->pConfig; local
181246 Fts5Config *pConfig = p->pConfig; local
181300 Fts5Config *pConfig = p->pConfig; local
181330 Fts5Config *pConfig = p->pConfig; local
181423 Fts5Config *pConfig = p->pConfig; local
181468 Fts5Config *pConfig = p->pConfig; local
181511 Fts5Config *pConfig = p->pConfig; local
181544 Fts5Config *pConfig; member in struct:Fts5IntegrityCtx
181575 Fts5Config *pConfig = p->pConfig; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c169134 fts5ConfigParseSpecial( Fts5Global *pGlobal, Fts5Config *pConfig, const char *zCmd, const char *zArg, char **pzErr ) argument
169265 fts5ConfigDefaultTokenizer(Fts5Global *pGlobal, Fts5Config *pConfig) argument
169504 sqlite3Fts5ConfigFree(Fts5Config *pConfig) argument
169531 sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig) argument
169577 sqlite3Fts5Tokenize( Fts5Config *pConfig, int flags, const char *pText, int nText, void *pCtx, int (*xToken)(void*, int, const char*, int, int, int) ) argument
169678 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) argument
169747 sqlite3Fts5ConfigLoad(Fts5Config *pConfig, int iCookie) argument
169908 Fts5Config *pConfig; member in struct:Fts5Parse
169998 sqlite3Fts5ExprNew( Fts5Config *pConfig, const char *zExpr, Fts5Expr **ppNew, char **pzErr ) argument
171303 Fts5Config *pConfig = pParse->pConfig; local
171353 sqlite3Fts5ExprClonePhrase( Fts5Config *pConfig, Fts5Expr *pExpr, int iPhrase, Fts5Expr **ppNew ) argument
171515 Fts5Config *pConfig = pParse->pConfig; local
171677 fts5ExprPrintTcl( Fts5Config *pConfig, const char *zNearsetCmd, Fts5ExprNode *pExpr ) argument
171753 fts5ExprPrint(Fts5Config *pConfig, Fts5ExprNode *pExpr) argument
171849 Fts5Config *pConfig = 0; local
172785 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Index
173167 Fts5Config *pConfig = p->pConfig; local
173243 Fts5Config *pConfig = p->pConfig; local
173267 Fts5Config *pConfig = p->pConfig; local
173298 Fts5Config *pConfig = p->pConfig; local
173474 Fts5Config *pConfig = p->pConfig; local
174607 Fts5Config *pConfig = p->pConfig; local
175855 Fts5Config *pConfig = p->pConfig; local
176953 sqlite3Fts5IndexOpen( Fts5Config *pConfig, int bCreate, Fts5Index **pp, char **pzErr ) argument
177062 Fts5Config *pConfig = p->pConfig; local
177095 Fts5Config *pConfig = p->pConfig; local
177355 Fts5Config *pConfig = p->pConfig; /* Configuration object */ local
177644 Fts5Config *pConfig = p->pConfig; local
177860 sqlite3Fts5IndexCksum( Fts5Config *pConfig, i64 iRowid, int iCol, int iPos, const char *pTerm, int nTerm ) argument
178356 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Table
178605 Fts5Config *pConfig = 0; /* Results of parsing argc/argv */ local
178733 Fts5Config *pConfig = pTab->pConfig; local
178830 Fts5Config *pConfig = pTab->pConfig; local
179068 Fts5Config *pConfig = pTab->pConfig; local
179186 Fts5Config *pConfig = pTab->pConfig; local
179234 fts5CursorParseRank( Fts5Config *pConfig, Fts5Cursor *pCsr, sqlite3_value *pRank ) argument
179300 Fts5Config *pConfig = pTab->pConfig; local
179544 Fts5Config *pConfig = pTab->pConfig; local
179645 Fts5Config *pConfig = pTab->pConfig; local
180002 Fts5Config *pConfig = pTab->pConfig; local
180329 Fts5Config *pConfig = pTab->pConfig; local
180758 Fts5Config *pConfig; member in struct:Fts5Storage
180918 sqlite3Fts5DropAll(Fts5Config *pConfig) argument
180942 fts5StorageRenameOne( Fts5Config *pConfig, int *pRc, const char *zTail, const char *zName ) argument
180957 Fts5Config *pConfig = pStorage->pConfig; local
180976 sqlite3Fts5CreateTable( Fts5Config *pConfig, const char *zPost, const char *zDefn, int bWithout, char **pzErr ) argument
181007 sqlite3Fts5StorageOpen( Fts5Config *pConfig, Fts5Index *pIndex, int bCreate, Fts5Storage **pp, char **pzErr ) argument
181120 Fts5Config *pConfig = p->pConfig; local
181232 Fts5Config *pConfig = p->pConfig; local
181276 Fts5Config *pConfig = p->pConfig; local
181330 Fts5Config *pConfig = p->pConfig; local
181360 Fts5Config *pConfig = p->pConfig; local
181453 Fts5Config *pConfig = p->pConfig; local
181498 Fts5Config *pConfig = p->pConfig; local
181541 Fts5Config *pConfig = p->pConfig; local
181574 Fts5Config *pConfig; member in struct:Fts5IntegrityCtx
181605 Fts5Config *pConfig = p->pConfig; local
[all...]
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp1840 const CHANNEL_MODE_CONFIG_TAB* pConfig = FDKaacEnc_GetChannelModeConfiguration((CHANNEL_MODE)value); local
1841 if (pConfig==NULL) {
1845 if ( (pConfig->nElements > hAacEncoder->nMaxAacElements)
1846 || (pConfig->nChannelsEff > hAacEncoder->nMaxAacChannels)
1855 settings->nChannels = pConfig->nChannels;

Completed in 1498 milliseconds