/frameworks/wilhelm/src/android/ |
D | android_Effect.cpp | 193 int32_t param, int32_t param2, void *pValue) in android_eq_getParam() 219 int32_t param, int32_t param2, void *pValue) in android_eq_setParam() 242 int32_t param, void *pValue) { in android_bb_setParam() 250 int32_t param, void *pValue) { in android_bb_getParam() 345 int32_t param, void *pValue) { in android_virt_setParam() 353 int32_t param, void *pValue) { in android_virt_getParam() 419 int32_t param, void *pValue) { in android_erev_setParam() 434 int32_t param, void *pValue) { in android_erev_getParam() 566 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) in android_fx_setParam() 587 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()
|
D | CommandLine.cpp | 30 std::string &pValue) in parse() 40 StringRef pValue, in printOptionDiff()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | LEB128.h | 37 size_t size(IntType pValue) { in size() 97 size_t encode(char *&pBuf, IntType pValue) { in encode()
|
D | Allocators.h | 39 static void construct(value_type* pPtr, const value_type& pValue) in construct() 78 static void construct(value_type* pPtr, const value_type& pValue) in construct() 133 void construct(pointer pPtr, const_reference pValue) in construct() 371 void construct(pointer pObject, const DataType& pValue) in construct() 434 void construct(DataType* pObject, const DataType& pValue) in construct() 437 void construct(pointer pObject, const_reference pValue) in construct()
|
D | UniqueGCFactory.h | 70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFDynamic.tcc | 22 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) in setValue() 48 void Entry<64, true>::setValue(uint64_t pTag, uint64_t pValue) in setValue()
|
D | GOT.h | 41 Entry(uint64_t pValue, SectionData* pParent) in Entry() 51 void setValue(uint64_t pValue) in setValue()
|
D | PLT.h | 36 void setValue(unsigned char* pValue) in setValue()
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttributeData.cpp | 35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, const char* &pBuf, in ReadValue() 65 const ELFAttributeValue& pValue, in WriteAttribute()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64RelocationHelpers.h | 21 helper_check_signed_overflow(Relocator::DWord pValue, unsigned bits) in helper_check_signed_overflow() 34 helper_get_page_address(Relocator::Address pValue) in helper_get_page_address() 40 helper_get_page_offset(Relocator::Address pValue) in helper_get_page_offset() 45 static inline uint32_t get_mask(uint32_t pValue) in get_mask()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 413 LDSymbol::ValueType pValue, in AddSymbol() 471 LDSymbol::ValueType pValue, in addSymbolFromObject() 547 LDSymbol::ValueType pValue, in addSymbolFromDynObj() 621 LDSymbol::ValueType pValue, in AddSymbol() 686 LDSymbol::ValueType pValue, in AddSymbol() 735 LDSymbol::ValueType pValue, in AddSymbol() 779 LDSymbol::ValueType pValue, in AddSymbol()
|
/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/include/mcld/Script/ |
D | Operand.h | 78 void setValue(uint64_t pValue) { m_Value = pValue; } in setValue() 111 void setValue(uint64_t pValue) { m_Value = pValue; } in setValue()
|
/frameworks/compile/mclinker/lib/LD/ |
D | MsgHandler.cpp | 45 void MsgHandler::addTaggedVal(intptr_t pValue, DiagnosticEngine::ArgumentKind pKind) const in addTaggedVal()
|
D | ELFReaderIf.cpp | 135 uint64_t ELFReaderIF::getSymValue(uint64_t pValue, in getSymValue()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.cpp | 406 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) in setEntryValue() 424 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) in createEntry() 447 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) in setEntryValue() 465 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) in createEntry()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | AlignFragment.h | 34 void setEmitNops(bool pValue) { m_bEmitNops = pValue; } in setEmitNops()
|
D | Fragment.h | 50 void setParent(SectionData *pValue) { m_pParent = pValue; } in setParent()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntry.h | 61 void setValue(const ValueType& pValue) in setValue()
|
D | TreeBase.h | 117 Node(const value_type& pValue) in Node()
|
/frameworks/compile/mclinker/unittests/ |
D | GCFactoryListTraitsTest.h | 56 inline void setValue(unsigned pValue) in setValue()
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operand.cpp | 88 IntOperand::IntOperand(uint64_t pValue) in IntOperand() 98 IntOperand* IntOperand::create(uint64_t pValue) in create()
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 1965 void *pValue){ in BassBoost_getParameter() 2035 int BassBoost_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in BassBoost_setParameter() 2083 void *pValue){ in Virtualizer_getParameter() 2185 int Virtualizer_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in Virtualizer_setParameter() 2242 void *pValue){ in Equalizer_getParameter() 2416 int Equalizer_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in Equalizer_setParameter() 2500 void *pValue){ in Volume_getParameter() 2591 int Volume_setParameter (EffectContext *pContext, void *pParam, void *pValue){ in Volume_setParameter()
|