HomeSort by relevance Sort by last modified time
    Searched full:pconfig (Results 101 - 125 of 166) sorted by null

1 2 3 45 6 7

  /external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc.c 66 ** Parameters pConfig - TML configuration details as provided by the upper layer
76 NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig)
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;
    [all...]
phTmlNfc.h 198 NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig);
  /external/libnfc-nxp/src/
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...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 54 ARMGNULDBackend::ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo)
55 : GNULDBackend(pConfig, pInfo),
820 TargetLDBackend* createARMLDBackend(const LinkerConfig& pConfig) {
821 if (pConfig.targets().triple().isOSDarwin()) {
829 if (pConfig.targets().triple().isOSWindows()) {
837 return new ARMGNULDBackend(pConfig,
838 new ARMGNUInfo(pConfig.targets().triple()));
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 43 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig,
45 : GNULDBackend(pConfig, pInfo),
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 181 int Reverb_setConfig (ReverbContext *pContext, effect_config_t *pConfig);
182 void Reverb_getConfig (ReverbContext *pContext, effect_config_t *pConfig);
598 // pConfig: pointer to effect_config_t structure holding input and output
605 int Reverb_setConfig(ReverbContext *pContext, effect_config_t *pConfig){
610 CHECK_ARG(pConfig != NULL);
612 CHECK_ARG(pConfig->inputCfg.samplingRate == pConfig->outputCfg.samplingRate);
613 CHECK_ARG(pConfig->inputCfg.format == pConfig->outputCfg.format);
614 CHECK_ARG((pContext->auxiliary && pConfig->inputCfg.channels == AUDIO_CHANNEL_OUT_MONO) |
    [all...]
  /external/libnfc-nxp/Linux_x86/
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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bcrypt.h 557 NTSTATUS WINAPI BCryptCreateContext(ULONG dwTable, LPCWSTR pszContext, PCRYPT_CONTEXT_CONFIG pConfig);
560 NTSTATUS WINAPI BCryptConfigureContext(ULONG dwTable, LPCWSTR pszContext, PCRYPT_CONTEXT_CONFIG pConfig);
565 NTSTATUS WINAPI BCryptConfigureContextFunction(ULONG dwTable, LPCWSTR pszContext, ULONG dwInterface, LPCWSTR pszFunction, PCRYPT_CONTEXT_FUNCTION_CONFIG pConfig);
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) {
49 m_pConfig = &pConfig;
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 48 IdenticalCodeFolding::IdenticalCodeFolding(const LinkerConfig& pConfig,
51 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
ResolveInfo.cpp 220 bool ResolveInfo::shouldForceLocal(const LinkerConfig& pConfig) {
226 if (LinkerConfig::Object != pConfig.codeGenType() &&
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h 102 volatile u32 pconfig; member in struct:hpc3_scsiregs
156 volatile u32 pconfig; member in struct:hpc3_ethregs
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 37 ObjectLinker(const LinkerConfig& pConfig, TargetLDBackend& pLDBackend);
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 126 ELFDynamic(const GNULDBackend& pBackend, const LinkerConfig& pConfig);

Completed in 417 milliseconds

1 2 3 45 6 7