/frameworks/wilhelm/src/android/ |
D | android_Effect.cpp | 200 int32_t param, int32_t param2, void *pValue) in android_eq_getParam() 226 int32_t param, int32_t param2, void *pValue) in android_eq_setParam() 249 int32_t param, void *pValue) { in android_bb_setParam() 257 int32_t param, void *pValue) { in android_bb_getParam() 352 int32_t param, void *pValue) { in android_virt_setParam() 360 int32_t param, void *pValue) { in android_virt_getParam() 426 int32_t param, void *pValue) { in android_erev_setParam() 441 int32_t param, void *pValue) { in android_erev_getParam() 574 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) in android_fx_setParam() 595 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) in android_fx_getParam() [all …]
|
/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 17 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue) { in encode() 36 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue) { in encode() 67 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue) { in encode() 89 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue) { in encode()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | LEB128.h | 36 size_t size(IntType pValue) { in size() 96 size_t encode(char*& pBuf, IntType pValue) { in encode()
|
D | Allocators.h | 36 static void construct(value_type* pPtr, const value_type& pValue) { in construct() 72 static void construct(value_type* pPtr, const value_type& pValue) { in construct() 119 void construct(pointer pPtr, const_reference pValue) { in construct() 342 void construct(pointer pObject, const DataType& pValue) { in construct() 396 void construct(DataType* pObject, const DataType& pValue) { /* do nothing */ in construct() 399 void construct(pointer pObject, const_reference pValue) { /* do nothing */ in construct()
|
D | UniqueGCFactory.h | 67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFDynamic.tcc | 20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) { in setValue() 42 void Entry<64, true>::setValue(uint64_t pTag, uint64_t pValue) { in setValue()
|
D | GOT.h | 39 Entry(uint64_t pValue, SectionData* pParent) in Entry() 46 void setValue(uint64_t pValue) { f_Value = pValue; } in setValue()
|
D | PLT.h | 31 void setValue(unsigned char* pValue) { m_pValue = pValue; } in setValue()
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttributeData.cpp | 35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() 65 const ELFAttributeValue& pValue, in WriteAttribute()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64RelocationHelpers.h | 20 static inline bool helper_check_signed_overflow(Relocator::DWord pValue, in helper_check_signed_overflow() 33 Relocator::Address pValue) { in helper_get_page_address() 38 Relocator::Address pValue) { in helper_get_page_offset() 42 static inline uint32_t get_mask(uint32_t pValue) { in get_mask()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 403 LDSymbol::ValueType pValue, in AddSymbol() 459 LDSymbol::ValueType pValue, in addSymbolFromObject() 534 LDSymbol::ValueType pValue, in addSymbolFromDynObj() 612 LDSymbol::ValueType pValue, in AddSymbol() 682 LDSymbol::ValueType pValue, in AddSymbol() 729 LDSymbol::ValueType pValue, in AddSymbol() 779 LDSymbol::ValueType pValue, in AddSymbol()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operand.h | 71 void setValue(uint64_t pValue) { m_Value = pValue; } in setValue() 102 void setValue(uint64_t pValue) { m_Value = pValue; } in setValue()
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | FillFragment.cpp | 18 FillFragment::FillFragment(int64_t pValue, in FillFragment()
|
D | AlignFragment.cpp | 20 int64_t pValue, in AlignFragment()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.cpp | 375 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) { in setEntryValue() 391 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry() 410 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) { in setEntryValue() 426 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry()
|
/frameworks/compile/mclinker/lib/LD/ |
D | MsgHandler.cpp | 42 void MsgHandler::addTaggedVal(intptr_t pValue, in addTaggedVal()
|
D | ELFReaderIf.cpp | 128 uint64_t ELFReaderIF::getSymValue(uint64_t pValue, in getSymValue()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntry.h | 56 void setValue(const ValueType& pValue) { m_Value = pValue; } in setValue()
|
D | TreeBase.h | 109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {} in Node()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | AlignFragment.h | 36 void setEmitNops(bool pValue) { m_bEmitNops = pValue; } in setEmitNops()
|
D | Fragment.h | 43 void setParent(SectionData* pValue) { m_pParent = pValue; } in setParent()
|
/frameworks/compile/mclinker/unittests/ |
D | GCFactoryListTraitsTest.h | 51 inline void setValue(unsigned pValue) { m_Value = pValue; } in setValue()
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operand.cpp | 77 IntOperand::IntOperand(uint64_t pValue) in IntOperand() 85 IntOperand* IntOperand::create(uint64_t pValue) { in create()
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 2003 void *pValue){ in BassBoost_getParameter() 2073 int BassBoost_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in BassBoost_setParameter() 2121 void *pValue){ in Virtualizer_getParameter() 2223 int Virtualizer_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in Virtualizer_setParameter() 2280 void *pValue){ in Equalizer_getParameter() 2454 int Equalizer_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in Equalizer_setParameter() 2538 void *pValue){ in Volume_getParameter() 2629 int Volume_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in Volume_setParameter()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSymbol.h | 119 void setValue(ValueType pValue) { m_Value = pValue; } in setValue()
|