Searched defs:pDesc (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp36 ResolveInfo::Desc pDesc,
46 (*result)->setDesc(pDesc);
59 ResolveInfo::Desc pDesc,
85 new_symbol->setDesc(pDesc);
33 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
56 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
H A DResolveInfo.cpp105 void ResolveInfo::setDesc(uint32_t pDesc) argument
108 m_BitField |= ((pDesc << DESC_OFFSET) & DESC_MASK);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp410 ResolveInfo::Desc pDesc,
420 ResolveInfo::Undefined == pDesc) {
431 if (pInput.noExport() && (pDesc != ResolveInfo::Undefined)) {
442 ResolveInfo::Undefined == pDesc ||
443 ResolveInfo::Common == pDesc ||
451 LDSymbol* input_sym = addSymbolFromObject(name, pType, pDesc, pBind, pSize, pValue, frag, pVis);
456 return addSymbolFromDynObj(pInput, name, pType, pDesc, pBind, pSize, pValue, pVis);
468 ResolveInfo::Desc pDesc,
486 pDesc,
498 m_Module.getNamePool().insertSymbol(pName, false, pType, pDesc, pBindin
407 AddSymbol(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBind, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, LDSection* pSection, ResolveInfo::Visibility pVis) argument
466 addSymbolFromObject(const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
541 addSymbolFromDynObj(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility) argument
615 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
680 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
729 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
773 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
[all...]
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp698 effect_descriptor_t *pDesc,
710 if (pDesc == NULL) {
718 data.write(pDesc, sizeof(effect_descriptor_t));
738 reply.read(pDesc, sizeof(effect_descriptor_t));
697 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2352 effect_descriptor_t *pDesc,
2369 if (pDesc == NULL) {
2388 if (!EffectIsNullUuid(&pDesc->uuid)) {
2390 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
2398 if (EffectIsNullUuid(&pDesc->type)) {
2419 if (memcmp(&desc.type, &pDesc->type, sizeof(effect_uuid_t)) == 0) {
2459 *pDesc = desc;
2351 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, int sessionId, status_t *status, int *id, int *enabled) argument

Completed in 725 milliseconds