Searched refs:pValue (Results 26 - 50 of 59) sorted by relevance

123

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h55 LDSymbol::ValueType pValue) const = 0;
H A DLDSymbol.h119 void setValue(ValueType pValue) { m_Value = pValue; } argument
H A DELFReaderIf.h106 uint64_t getSymValue(uint64_t pValue,
H A DNamePool.h72 LDSymbol::ValueType pValue,
H A DStaticResolver.h108 LDSymbol::ValueType pValue) const;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h43 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
72 inline void setValue(uint64_t pTag, uint64_t pValue);
103 inline void setValue(uint64_t pTag, uint64_t pValue);
166 void applyOne(uint64_t pTag, uint64_t pValue);
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h96 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue);
97 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue);
H A DEffectDownmix.c709 * pValue pointer to parameter value
721 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue) { argument
725 pDownmixer, param, *(int16_t *)pValue, *(int32_t *)pValue);
735 value16 = *(int16_t *)pValue;
763 * pValue pointer to variable to hold retrieved value
767 * *pValue updated with parameter value
777 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue) { argument
787 pValue16 = (int16_t *)pValue;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {} argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { argument
74 construct(data, pValue);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h38 virtual void setEntryValue(Fragment* entry, uint64_t pValue) = 0;
95 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent) = 0;
229 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
231 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
247 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
249 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
H A DMipsGOT.cpp487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) { argument
488 llvm::cast<Mips32GOTEntry>(entry)->setValue(pValue);
503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) { argument
504 return new Mips32GOTEntry(pValue, pParent);
522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) { argument
523 llvm::cast<Mips64GOTEntry>(entry)->setValue(pValue);
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) { argument
539 return new Mips64GOTEntry(pValue, pParent);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp403 LDSymbol::ValueType pValue,
435 frag = FragmentRef::Create(*pSection, pValue);
438 name, pType, pDesc, pBind, pSize, pValue, frag, pVis);
444 pInput, name, pType, pDesc, pBind, pSize, pValue, pVis);
459 LDSymbol::ValueType pValue,
485 pValue,
498 input_sym->setValue(pValue);
523 output_sym->setValue(pValue);
534 LDSymbol::ValueType pValue,
560 pValue,
397 AddSymbol(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBind, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, LDSection* pSection, ResolveInfo::Visibility pVis) argument
454 addSymbolFromObject(const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
528 addSymbolFromDynObj(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility) argument
636 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
706 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
753 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
803 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp183 int Reverb_setParameter (ReverbContext *pContext, void *pParam, void *pValue);
187 void *pValue);
1526 // pValue - pointer to variable to hold retrieved value
1530 // *pValue updated with parameter value
1541 void *pValue){
1554 *(uint16_t *)pValue = pContext->nextPreset;
1643 pProperties = (t_reverb_settings *) pValue;
1681 *(int16_t *)pValue = ReverbGetRoomLevel(pContext);
1684 // *(int16_t *)pValue);
1687 *(int16_t *)pValue
1538 Reverb_getParameter(ReverbContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
1755 Reverb_setParameter(ReverbContext *pContext, void *pParam, void *pValue) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp141 int BassBoost_setParameter (EffectContext *pContext, void *pParam, void *pValue);
145 void *pValue);
146 int Virtualizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
150 void *pValue);
151 int Equalizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
155 void *pValue);
156 int Volume_setParameter (EffectContext *pContext, void *pParam, void *pValue);
160 void *pValue);
1991 // pValue - pointer to variable to hold retrieved value
1995 // *pValue update
2003 BassBoost_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2076 BassBoost_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2121 Virtualizer_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2226 Virtualizer_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2280 Equalizer_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2457 Equalizer_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2538 Volume_getParameter(EffectContext *pContext, void *pParam, uint32_t *pValueSize, void *pValue) argument
2632 Volume_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIMetadataExtraction.c122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue)
126 if (NULL == pValue) {
133 index, valueSize, pValue);
121 IMetadataExtraction_GetValue(SLMetadataExtractionItf self, SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue) argument
/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp77 IntOperand::IntOperand(uint64_t pValue) argument
78 : Operand(Operand::INTEGER), m_Value(pValue) {
85 IntOperand* IntOperand::create(uint64_t pValue) { argument
87 new (result) IntOperand(pValue);
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp296 void *pValue)
300 t_agc_settings *pProperties = (t_agc_settings *)pValue;
332 *(int16_t *) pValue = (int16_t)(agc->target_level_dbfs() * -100);
333 ALOGV("AgcGetParameter() target level %d milliBels", *(int16_t *) pValue);
336 *(int16_t *) pValue = (int16_t)(agc->compression_gain_db() * 100);
337 ALOGV("AgcGetParameter() comp gain %d milliBels", *(int16_t *) pValue);
340 *(bool *) pValue = (bool)agc->is_limiter_enabled();
342 (*(int16_t *) pValue != 0) ? "true" : "false");
357 int AgcSetParameter (preproc_effect_t *effect, void *pParam, void *pValue) argument
361 t_agc_settings *pProperties = (t_agc_settings *)pValue;
293 AgcGetParameter(preproc_effect_t *effect, void *pParam, uint32_t *pValueSize, void *pValue) argument
456 AecGetParameter(preproc_effect_t *effect, void *pParam, uint32_t *pValueSize, void *pValue) argument
481 AecSetParameter(preproc_effect_t *effect, void *pParam, void *pValue) argument
603 NsSetParameter(preproc_effect_t *effect, void *pParam, void *pValue) argument
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp62 LDSymbol::ValueType pValue,
103 if (m_pResolver->resolve(*old_symbol, *new_symbol, override, pValue)) {
56 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
H A DStaticResolver.cpp25 LDSymbol::ValueType pValue) const {
176 if (pOld.outSymbol()->value() == pValue) {
183 << pValue;
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.h92 * input pointers != NULL (pItemCount, pKeySize, pKey, pValueSize, pValue)
110 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue);
H A Dandroid_AudioSfDecoder.h67 bool getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp70 static inline void helper_clear_thumb_bit(Relocator::DWord& pValue) { argument
71 pValue &= (~0x1);
186 Relocator::DWord pValue) {
189 (((pValue >> 4) & 0xf000U) | ((pValue >> 15) & 0x0800U) |
190 ((pValue >> 4) & 0x0700U) | (pValue & 0x00ffU)),
195 Relocator::DWord pValue,
198 pValue &= 0xfbf08f00U;
199 pValue |
185 helper_extract_thumb_movw_movt_addend( Relocator::DWord pValue) argument
194 helper_insert_val_thumb_movw_movt_inst( Relocator::DWord pValue, Relocator::DWord pImm) argument
264 helper_check_signed_overflow(Relocator::DWord pValue, unsigned bits) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h333 int Reverb_setParameter (reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue);
334 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue);
H A DEffectReverb.c741 * pValue - pointer to variable to hold retrieved value
745 * *pValue updated with parameter value
754 void *pValue) {
768 pValue16 = (int16_t *)pValue;
807 pValue32 = (int32_t *) pValue;
808 pValue16 = (int16_t *) pValue;
809 pProperties = (t_reverb_settings *) pValue;
1012 pReverb, param, *(int *)pValue);
1026 * pValue - pointer to parameter value
1037 void *pValue) {
753 Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue) argument
1036 Reverb_setParameter(reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue) argument
[all...]

Completed in 8829 milliseconds

123