Searched refs:pDesc (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 407 ResolveInfo::Desc pDesc, 452 ResolveInfo::Desc pDesc, 476 ResolveInfo::Desc pDesc, 486 ResolveInfo::Desc pDesc, 503 ResolveInfo::Desc pDesc, 514 ResolveInfo::Desc pDesc, 525 ResolveInfo::Desc pDesc, 536 ResolveInfo::Desc pDesc,
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 448 ResolveInfo::Desc pDesc, in AddSymbol() argument 458 ResolveInfo::Undefined == pDesc) { in AddSymbol() 473 ResolveInfo::Undefined == pDesc || in AddSymbol() 474 ResolveInfo::Common == pDesc || in AddSymbol() 482 … LDSymbol* input_sym = addSymbolFromObject(name, pType, pDesc, pBind, pSize, pValue, frag, pVis); in AddSymbol() 487 return addSymbolFromDynObj(pInput, name, pType, pDesc, pBind, pSize, pValue, pVis); in AddSymbol() 499 ResolveInfo::Desc pDesc, in addSymbolFromObject() argument 517 pDesc, in addSymbolFromObject() 529 m_Module.getNamePool().insertSymbol(pName, false, pType, pDesc, pBinding, in addSymbolFromObject() 605 ResolveInfo::Desc pDesc, in addSymbolFromDynObj() argument [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 36 ResolveInfo::Desc pDesc, in createSymbol() argument 46 (*result)->setDesc(pDesc); in createSymbol() 59 ResolveInfo::Desc pDesc, in insertSymbol() argument 84 new_symbol->setDesc(pDesc); in insertSymbol()
|
D | ResolveInfo.cpp | 99 void ResolveInfo::setDesc(uint32_t pDesc) in setDesc() argument 102 m_BitField |= ((pDesc << DESC_OFFSET) & DESC_MASK); in setDesc()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | NamePool.h | 55 ResolveInfo::Desc pDesc, 69 ResolveInfo::Desc pDesc,
|
D | ResolveInfo.h | 116 void setDesc(uint32_t pDesc);
|
/frameworks/av/include/media/ |
D | IAudioFlinger.h | 188 effect_descriptor_t *pDesc,
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 2080 effect_descriptor_t *pDesc, in createEffect() argument 2097 if (pDesc == NULL) { in createEffect() 2116 if (!EffectIsNullUuid(&pDesc->uuid)) { in createEffect() 2118 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc); in createEffect() 2126 if (EffectIsNullUuid(&pDesc->type)) { in createEffect() 2147 if (memcmp(&desc.type, &pDesc->type, sizeof(effect_uuid_t)) == 0) { in createEffect() 2187 *pDesc = desc; in createEffect()
|
D | AudioFlinger.h | 208 effect_descriptor_t *pDesc,
|
/frameworks/av/media/libmedia/ |
D | IAudioFlinger.cpp | 646 effect_descriptor_t *pDesc, in createEffect() argument 658 if (pDesc == NULL) { in createEffect() 666 data.write(pDesc, sizeof(effect_descriptor_t)); in createEffect() 686 reply.read(pDesc, sizeof(effect_descriptor_t)); in createEffect()
|