Searched refs:pDesc (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 389 ResolveInfo::Desc pDesc, 434 ResolveInfo::Desc pDesc, 463 ResolveInfo::Desc pDesc, 473 ResolveInfo::Desc pDesc, 490 ResolveInfo::Desc pDesc, 501 ResolveInfo::Desc pDesc, 512 ResolveInfo::Desc pDesc, 523 ResolveInfo::Desc pDesc,
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 400 ResolveInfo::Desc pDesc, in AddSymbol() argument 409 ResolveInfo::Undefined == pDesc) { in AddSymbol() 420 if (pInput.noExport() && (pDesc != ResolveInfo::Undefined)) { in AddSymbol() 429 if (pSection == NULL || ResolveInfo::Undefined == pDesc || in AddSymbol() 430 ResolveInfo::Common == pDesc || ResolveInfo::Absolute == pBind || in AddSymbol() 438 name, pType, pDesc, pBind, pSize, pValue, frag, pVis); in AddSymbol() 444 pInput, name, pType, pDesc, pBind, pSize, pValue, pVis); in AddSymbol() 456 ResolveInfo::Desc pDesc, in addSymbolFromObject() argument 471 pName, false, pType, pDesc, pBinding, pSize, pVisibility); in addSymbolFromObject() 482 pDesc, in addSymbolFromObject() [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 37 ResolveInfo::Desc pDesc, in createSymbol() argument 46 (*result)->setDesc(pDesc); in createSymbol() 59 ResolveInfo::Desc pDesc, in insertSymbol() argument 83 new_symbol->setDesc(pDesc); in insertSymbol()
|
D | ResolveInfo.cpp | 96 void ResolveInfo::setDesc(uint32_t pDesc) { in setDesc() argument 98 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 | 98 void setDesc(uint32_t pDesc);
|
/frameworks/av/media/libaudioclient/ |
D | IAudioFlinger.cpp | 656 effect_descriptor_t *pDesc, in createEffect() argument 670 if (pDesc == NULL) { in createEffect() 678 data.write(pDesc, sizeof(effect_descriptor_t)); in createEffect() 706 reply.read(pDesc, sizeof(effect_descriptor_t)); in createEffect()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioFlinger.h | 450 effect_descriptor_t *pDesc,
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 3384 effect_descriptor_t *pDesc, in createEffect() argument 3412 if (pDesc == NULL) { in createEffect() 3472 lStatus = getEffectDescriptor(&pDesc->uuid, &pDesc->type, preferredType, &desc); in createEffect() 3494 *pDesc = desc; in createEffect()
|
D | AudioFlinger.h | 231 effect_descriptor_t *pDesc,
|