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

/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.c74 ** Parameters pConfig - hardware information
82 NFCSTATUS phTmlNfc_i2c_open_and_configure(pphTmlNfc_Config_t pConfig, void ** pLinkHandle) argument
87 NXPLOG_TML_D("Opening port=%s\n", pConfig->pDevName);
89 nHandle = open ((const char *)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/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/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.c169117 fts5ConfigParseSpecial( Fts5Global *pGlobal, Fts5Config *pConfig, const char *zCmd, const char *zArg, char **pzErr ) argument
169248 fts5ConfigDefaultTokenizer(Fts5Global *pGlobal, Fts5Config *pConfig) argument
169487 sqlite3Fts5ConfigFree(Fts5Config *pConfig) argument
169514 sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig) argument
169560 sqlite3Fts5Tokenize( Fts5Config *pConfig, int flags, const char *pText, int nText, void *pCtx, int (*xToken)(void*, int, const char*, int, int, int) ) argument
169661 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) argument
169730 sqlite3Fts5ConfigLoad(Fts5Config *pConfig, int iCookie) argument
169891 Fts5Config *pConfig; member in struct:Fts5Parse
169981 sqlite3Fts5ExprNew( Fts5Config *pConfig, const char *zExpr, Fts5Expr **ppNew, char **pzErr ) argument
171286 Fts5Config *pConfig = pParse->pConfig; local
171336 sqlite3Fts5ExprClonePhrase( Fts5Config *pConfig, Fts5Expr *pExpr, int iPhrase, Fts5Expr **ppNew ) argument
171498 Fts5Config *pConfig = pParse->pConfig; local
171660 fts5ExprPrintTcl( Fts5Config *pConfig, const char *zNearsetCmd, Fts5ExprNode *pExpr ) argument
171736 fts5ExprPrint(Fts5Config *pConfig, Fts5ExprNode *pExpr) argument
171832 Fts5Config *pConfig = 0; local
172768 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Index
173150 Fts5Config *pConfig = p->pConfig; local
173226 Fts5Config *pConfig = p->pConfig; local
173250 Fts5Config *pConfig = p->pConfig; local
173281 Fts5Config *pConfig = p->pConfig; local
173457 Fts5Config *pConfig = p->pConfig; local
174590 Fts5Config *pConfig = p->pConfig; local
175838 Fts5Config *pConfig = p->pConfig; local
176936 sqlite3Fts5IndexOpen( Fts5Config *pConfig, int bCreate, Fts5Index **pp, char **pzErr ) argument
177045 Fts5Config *pConfig = p->pConfig; local
177078 Fts5Config *pConfig = p->pConfig; local
177338 Fts5Config *pConfig = p->pConfig; /* Configuration object */ local
177627 Fts5Config *pConfig = p->pConfig; local
177843 sqlite3Fts5IndexCksum( Fts5Config *pConfig, i64 iRowid, int iCol, int iPos, const char *pTerm, int nTerm ) argument
178339 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Table
178588 Fts5Config *pConfig = 0; /* Results of parsing argc/argv */ local
178716 Fts5Config *pConfig = pTab->pConfig; local
178813 Fts5Config *pConfig = pTab->pConfig; local
179051 Fts5Config *pConfig = pTab->pConfig; local
179169 Fts5Config *pConfig = pTab->pConfig; local
179217 fts5CursorParseRank( Fts5Config *pConfig, Fts5Cursor *pCsr, sqlite3_value *pRank ) argument
179283 Fts5Config *pConfig = pTab->pConfig; local
179527 Fts5Config *pConfig = pTab->pConfig; local
179628 Fts5Config *pConfig = pTab->pConfig; local
179985 Fts5Config *pConfig = pTab->pConfig; local
180312 Fts5Config *pConfig = pTab->pConfig; local
180741 Fts5Config *pConfig; member in struct:Fts5Storage
180901 sqlite3Fts5DropAll(Fts5Config *pConfig) argument
180925 fts5StorageRenameOne( Fts5Config *pConfig, int *pRc, const char *zTail, const char *zName ) argument
180940 Fts5Config *pConfig = pStorage->pConfig; local
180959 sqlite3Fts5CreateTable( Fts5Config *pConfig, const char *zPost, const char *zDefn, int bWithout, char **pzErr ) argument
180990 sqlite3Fts5StorageOpen( Fts5Config *pConfig, Fts5Index *pIndex, int bCreate, Fts5Storage **pp, char **pzErr ) argument
181103 Fts5Config *pConfig = p->pConfig; local
181215 Fts5Config *pConfig = p->pConfig; local
181259 Fts5Config *pConfig = p->pConfig; local
181313 Fts5Config *pConfig = p->pConfig; local
181343 Fts5Config *pConfig = p->pConfig; local
181436 Fts5Config *pConfig = p->pConfig; local
181481 Fts5Config *pConfig = p->pConfig; local
181524 Fts5Config *pConfig = p->pConfig; local
181557 Fts5Config *pConfig; member in struct:Fts5IntegrityCtx
181588 Fts5Config *pConfig = p->pConfig; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c169147 fts5ConfigParseSpecial( Fts5Global *pGlobal, Fts5Config *pConfig, const char *zCmd, const char *zArg, char **pzErr ) argument
169278 fts5ConfigDefaultTokenizer(Fts5Global *pGlobal, Fts5Config *pConfig) argument
169517 sqlite3Fts5ConfigFree(Fts5Config *pConfig) argument
169544 sqlite3Fts5ConfigDeclareVtab(Fts5Config *pConfig) argument
169590 sqlite3Fts5Tokenize( Fts5Config *pConfig, int flags, const char *pText, int nText, void *pCtx, int (*xToken)(void*, int, const char*, int, int, int) ) argument
169691 sqlite3Fts5ConfigSetValue( Fts5Config *pConfig, const char *zKey, sqlite3_value *pVal, int *pbBadkey ) argument
169760 sqlite3Fts5ConfigLoad(Fts5Config *pConfig, int iCookie) argument
169921 Fts5Config *pConfig; member in struct:Fts5Parse
170011 sqlite3Fts5ExprNew( Fts5Config *pConfig, const char *zExpr, Fts5Expr **ppNew, char **pzErr ) argument
171316 Fts5Config *pConfig = pParse->pConfig; local
171366 sqlite3Fts5ExprClonePhrase( Fts5Config *pConfig, Fts5Expr *pExpr, int iPhrase, Fts5Expr **ppNew ) argument
171528 Fts5Config *pConfig = pParse->pConfig; local
171690 fts5ExprPrintTcl( Fts5Config *pConfig, const char *zNearsetCmd, Fts5ExprNode *pExpr ) argument
171766 fts5ExprPrint(Fts5Config *pConfig, Fts5ExprNode *pExpr) argument
171862 Fts5Config *pConfig = 0; local
172798 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Index
173180 Fts5Config *pConfig = p->pConfig; local
173256 Fts5Config *pConfig = p->pConfig; local
173280 Fts5Config *pConfig = p->pConfig; local
173311 Fts5Config *pConfig = p->pConfig; local
173487 Fts5Config *pConfig = p->pConfig; local
174620 Fts5Config *pConfig = p->pConfig; local
175868 Fts5Config *pConfig = p->pConfig; local
176966 sqlite3Fts5IndexOpen( Fts5Config *pConfig, int bCreate, Fts5Index **pp, char **pzErr ) argument
177075 Fts5Config *pConfig = p->pConfig; local
177108 Fts5Config *pConfig = p->pConfig; local
177368 Fts5Config *pConfig = p->pConfig; /* Configuration object */ local
177657 Fts5Config *pConfig = p->pConfig; local
177873 sqlite3Fts5IndexCksum( Fts5Config *pConfig, i64 iRowid, int iCol, int iPos, const char *pTerm, int nTerm ) argument
178369 Fts5Config *pConfig; /* Virtual table configuration */ member in struct:Fts5Table
178618 Fts5Config *pConfig = 0; /* Results of parsing argc/argv */ local
178746 Fts5Config *pConfig = pTab->pConfig; local
178843 Fts5Config *pConfig = pTab->pConfig; local
179081 Fts5Config *pConfig = pTab->pConfig; local
179199 Fts5Config *pConfig = pTab->pConfig; local
179247 fts5CursorParseRank( Fts5Config *pConfig, Fts5Cursor *pCsr, sqlite3_value *pRank ) argument
179313 Fts5Config *pConfig = pTab->pConfig; local
179557 Fts5Config *pConfig = pTab->pConfig; local
179658 Fts5Config *pConfig = pTab->pConfig; local
180015 Fts5Config *pConfig = pTab->pConfig; local
180342 Fts5Config *pConfig = pTab->pConfig; local
180771 Fts5Config *pConfig; member in struct:Fts5Storage
180931 sqlite3Fts5DropAll(Fts5Config *pConfig) argument
180955 fts5StorageRenameOne( Fts5Config *pConfig, int *pRc, const char *zTail, const char *zName ) argument
180970 Fts5Config *pConfig = pStorage->pConfig; local
180989 sqlite3Fts5CreateTable( Fts5Config *pConfig, const char *zPost, const char *zDefn, int bWithout, char **pzErr ) argument
181020 sqlite3Fts5StorageOpen( Fts5Config *pConfig, Fts5Index *pIndex, int bCreate, Fts5Storage **pp, char **pzErr ) argument
181133 Fts5Config *pConfig = p->pConfig; local
181245 Fts5Config *pConfig = p->pConfig; local
181289 Fts5Config *pConfig = p->pConfig; local
181343 Fts5Config *pConfig = p->pConfig; local
181373 Fts5Config *pConfig = p->pConfig; local
181466 Fts5Config *pConfig = p->pConfig; local
181511 Fts5Config *pConfig = p->pConfig; local
181554 Fts5Config *pConfig = p->pConfig; local
181587 Fts5Config *pConfig; member in struct:Fts5IntegrityCtx
181618 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 1246 milliseconds