Home
last modified time | relevance | path

Searched defs:pValue (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp193 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/
DLEB128.cpp17 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()
DCommandLine.cpp30 std::string &pValue) in parse()
40 StringRef pValue, in printOptionDiff()
/frameworks/compile/mclinker/include/mcld/Support/
DLEB128.h37 size_t size(IntType pValue) { in size()
97 size_t encode(char *&pBuf, IntType pValue) { in encode()
DAllocators.h39 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()
DUniqueGCFactory.h70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce()
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.tcc22 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()
DGOT.h41 Entry(uint64_t pValue, SectionData* pParent) in Entry()
51 void setValue(uint64_t pValue) in setValue()
DPLT.h36 void setValue(unsigned char* pValue) in setValue()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, const char* &pBuf, in ReadValue()
65 const ELFAttributeValue& pValue, in WriteAttribute()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h21 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/
DIRBuilder.cpp413 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/
DFillFragment.cpp18 FillFragment::FillFragment(int64_t pValue, in FillFragment()
DAlignFragment.cpp20 int64_t pValue, in AlignFragment()
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h78 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/
DMsgHandler.cpp45 void MsgHandler::addTaggedVal(intptr_t pValue, DiagnosticEngine::ArgumentKind pKind) const in addTaggedVal()
DELFReaderIf.cpp135 uint64_t ELFReaderIF::getSymValue(uint64_t pValue, in getSymValue()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp406 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/
DAlignFragment.h34 void setEmitNops(bool pValue) { m_bEmitNops = pValue; } in setEmitNops()
DFragment.h50 void setParent(SectionData *pValue) { m_pParent = pValue; } in setParent()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntry.h61 void setValue(const ValueType& pValue) in setValue()
DTreeBase.h117 Node(const value_type& pValue) in Node()
/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.h56 inline void setValue(unsigned pValue) in setValue()
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp88 IntOperand::IntOperand(uint64_t pValue) in IntOperand()
98 IntOperand* IntOperand::create(uint64_t pValue) in create()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp1965 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()

12