Searched refs:pDesc (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h372 /// @param [in] pDesc { Undefined, Define, Common, Indirect }
389 ResolveInfo::Desc pDesc,
425 /// @param [in] pDesc The description of the symbol, Could be one of
435 ResolveInfo::Desc pDesc,
464 ResolveInfo::Desc pDesc,
474 ResolveInfo::Desc pDesc,
491 ResolveInfo::Desc pDesc,
502 ResolveInfo::Desc pDesc,
513 ResolveInfo::Desc pDesc,
524 ResolveInfo::Desc pDesc,
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp37 ResolveInfo::Desc pDesc,
46 (*result)->setDesc(pDesc);
59 ResolveInfo::Desc pDesc,
83 new_symbol->setDesc(pDesc);
34 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.cpp96 void ResolveInfo::setDesc(uint32_t pDesc) { argument
98 m_BitField |= ((pDesc << DESC_OFFSET) & DESC_MASK);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp400 ResolveInfo::Desc pDesc,
409 ResolveInfo::Undefined == pDesc) {
420 if (pInput.noExport() && (pDesc != ResolveInfo::Undefined)) {
429 if (pSection == NULL || ResolveInfo::Undefined == pDesc ||
430 ResolveInfo::Common == pDesc || ResolveInfo::Absolute == pBind ||
438 name, pType, pDesc, pBind, pSize, pValue, frag, pVis);
444 pInput, name, pType, pDesc, pBind, pSize, pValue, pVis);
456 ResolveInfo::Desc pDesc,
471 pName, false, pType, pDesc, pBinding, pSize, pVisibility);
482 pDesc,
397 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
454 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
528 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
636 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
706 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
753 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
803 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/compile/mclinker/include/mcld/LD/
H A DNamePool.h55 ResolveInfo::Desc pDesc,
69 ResolveInfo::Desc pDesc,
H A DResolveInfo.h98 void setDesc(uint32_t pDesc);
/frameworks/av/include/media/
H A DIAudioFlinger.h203 effect_descriptor_t *pDesc,
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp713 effect_descriptor_t *pDesc,
726 if (pDesc == NULL) {
734 data.write(pDesc, sizeof(effect_descriptor_t));
755 reply.read(pDesc, sizeof(effect_descriptor_t));
712 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2589 effect_descriptor_t *pDesc,
2607 if (pDesc == NULL) {
2626 if (!EffectIsNullUuid(&pDesc->uuid)) {
2628 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
2636 if (EffectIsNullUuid(&pDesc->type)) {
2657 if (memcmp(&desc.type, &pDesc->type, sizeof(effect_uuid_t)) == 0) {
2697 *pDesc = desc;
2588 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, audio_session_t sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
H A DAudioFlinger.h217 effect_descriptor_t *pDesc,

Completed in 130 milliseconds