Searched refs:pDesc (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 389 ResolveInfo::Desc pDesc, 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,
|
/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/include/media/ |
D | IAudioFlinger.h | 203 effect_descriptor_t *pDesc,
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 2589 effect_descriptor_t *pDesc, in createEffect() argument 2607 if (pDesc == NULL) { in createEffect() 2626 if (!EffectIsNullUuid(&pDesc->uuid)) { in createEffect() 2628 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc); in createEffect() 2636 if (EffectIsNullUuid(&pDesc->type)) { in createEffect() 2657 if (memcmp(&desc.type, &pDesc->type, sizeof(effect_uuid_t)) == 0) { in createEffect() 2697 *pDesc = desc; in createEffect()
|
D | AudioFlinger.h | 217 effect_descriptor_t *pDesc,
|
/frameworks/av/media/libmedia/ |
D | IAudioFlinger.cpp | 713 effect_descriptor_t *pDesc, in createEffect() argument 726 if (pDesc == NULL) { in createEffect() 734 data.write(pDesc, sizeof(effect_descriptor_t)); in createEffect() 755 reply.read(pDesc, sizeof(effect_descriptor_t)); in createEffect()
|