Searched refs:pConfig (Results 76 - 100 of 122) sorted by relevance

12345

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h19 void InitializeDiagnosticEngine(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp111 const LinkerConfig& pConfig) {
118 pConfig));
123 const LinkerConfig& pConfig) {
125 pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig));
107 addInputCmd(StringList& pStringList, ObjectReader& pObjectReader, ArchiveReader& pArchiveReader, DynObjReader& pDynObjReader, const LinkerConfig& pConfig) argument
121 addGroupCmd(StringList& pStringList, GroupReader& pGroupReader, const LinkerConfig& pConfig) argument
H A DGroupCmd.cpp34 const LinkerConfig& pConfig)
40 m_Config(pConfig) {
30 GroupCmd(StringList& pStringList, InputTree& pInputTree, InputBuilder& pBuilder, GroupReader& pGroupReader, const LinkerConfig& pConfig) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
H A DARMLDBackend.h42 ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
88 /// @param pConfig - all options in the command line.
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp37 const LinkerConfig& pConfig)
39 assert(LinkerConfig::DynObj == pConfig.codeGenType() ||
40 LinkerConfig::Exec == pConfig.codeGenType() ||
41 LinkerConfig::Binary == pConfig.codeGenType());
35 HexagonPLT(LDSection& pSection, HexagonGOTPLT& pGOTPLT, const LinkerConfig& pConfig) argument
H A DHexagonPLT.h64 const LinkerConfig& pConfig);
H A DHexagonRelocator.h67 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
H A DHexagonLDBackend.h33 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp85 bool GNUArchiveReader::readArchive(const LinkerConfig& pConfig, argument
92 return includeAllMembers(pConfig, pArchive);
131 includeMember(pConfig, pArchive, pArchive.getObjFileOffset(idx));
346 /// @param pConfig - LinkerConfig
349 size_t GNUArchiveReader::includeMember(const LinkerConfig& pConfig, argument
404 << member->path() << pConfig.targets().triple().str();
412 bool GNUArchiveReader::includeAllMembers(const LinkerConfig& pConfig, argument
438 size_t size = includeMember(pConfig, pArchive, offset);
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h100 const LinkerConfig& pConfig);
106 const LinkerConfig& pConfig);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h49 static void SetUp(const LinkerConfig& pConfig);
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h63 void reset(const LinkerConfig& pConfig);
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h37 ObjectLinker(const LinkerConfig& pConfig, TargetLDBackend& pLDBackend);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h36 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
79 /// @param pConfig - all options in the command line.
H A DAArch64Relocator.h67 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
H A DAArch64LDBackend.cpp53 AArch64GNULDBackend::AArch64GNULDBackend(const LinkerConfig& pConfig, argument
55 : GNULDBackend(pConfig, pInfo),
594 TargetLDBackend* createAArch64LDBackend(const LinkerConfig& pConfig) { argument
595 if (pConfig.targets().triple().isOSDarwin()) {
603 if (pConfig.targets().triple().isOSWindows()) {
612 pConfig, new AArch64GNUInfo(pConfig.targets().triple()));
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
271 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
287 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c744 * pConfig pointer to effect_config_t structure containing input
758 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init) { argument
763 if (pConfig->inputCfg.samplingRate != pConfig->outputCfg.samplingRate
764 || pConfig->outputCfg.channels != DOWNMIX_OUTPUT_CHANNELS
765 || pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT
766 || pConfig->outputCfg.format != AUDIO_FORMAT_PCM_16_BIT) {
771 if (&pDwmModule->config != pConfig) {
772 memcpy(&pDwmModule->config, pConfig, sizeof(effect_config_t));
781 if (!Downmix_validChannelMask(pConfig
[all...]
H A DEffectDownmix.h96 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp196 int Reverb_setConfig (ReverbContext *pContext, effect_config_t *pConfig);
197 void Reverb_getConfig (ReverbContext *pContext, effect_config_t *pConfig);
638 // pConfig: pointer to effect_config_t structure holding input and output
645 int Reverb_setConfig(ReverbContext *pContext, effect_config_t *pConfig){ argument
650 CHECK_ARG(pConfig != NULL);
652 CHECK_ARG(pConfig->inputCfg.samplingRate == pConfig->outputCfg.samplingRate);
653 CHECK_ARG(pConfig->inputCfg.format == pConfig->outputCfg.format);
654 CHECK_ARG((pContext->auxiliary && pConfig
740 Reverb_getConfig(ReverbContext *pContext, effect_config_t *pConfig) argument
[all...]
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp123 // pConfig: pointer to effect_config_t structure holding input and output
130 int DP_setConfig(DynamicsProcessingContext *pContext, effect_config_t *pConfig)
134 if (pConfig->inputCfg.samplingRate != pConfig->outputCfg.samplingRate) return -EINVAL;
135 if (pConfig->inputCfg.channels != pConfig->outputCfg.channels) return -EINVAL;
136 if (pConfig->inputCfg.format != pConfig->outputCfg.format) return -EINVAL;
137 if (pConfig->outputCfg.accessMode != EFFECT_BUFFER_ACCESS_WRITE &&
138 pConfig
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h329 int Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig, bool init);
330 void Reverb_getConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h53 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
459 bool shouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) { argument
49 m_pConfig = &pConfig;

Completed in 632 milliseconds

12345