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

123

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp99 const ELFAttributeValue& pValue) {
109 assert((pValue.type() == ELFAttributeValue::String) &&
112 const std::string& data = pValue.getStringValue();
474 static void encode_secondary_compatibility_attribute(ELFAttributeValue& pValue, argument
477 pValue.setStringValue("");
481 pValue.setStringValue(std::string(new_value, sizeof(new_value)));
98 decode_secondary_compatibility_attribute( const ELFAttributeValue& pValue) argument
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp826 static status_t parseValueWithUnit(const char* str, uint32_t* pValue) { argument
833 *pValue = value;
836 *pValue = value * 1000000; // check for overflow?
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp520 char *pValue = new char[strlen(value)+1]; local
521 strcpy(pValue, value);
522 pragmaValues[i] = pValue;
523 //ALOGE("Pragma %zu: Key: '%s' Value: '%s'", i, pKey, pValue);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h431 BinaryTree& join(TreeIteratorBase& pPosition, const DataType& pValue) { argument
433 node->data = const_cast<DataType*>(&pValue);
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp84 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) { argument
86 m_EntryList[m_Idx]->setValue(pTag, pValue);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp137 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { argument
148 *pValue = mPcmFormatValues[index];
H A DAudioPlayer_to_android.cpp1923 // pValue != NULL
1925 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) {
1936 pValue->encoding = SL_CHARACTERENCODING_BINARY;
1937 memcpy((char *) pValue->langCountry, "en", 3); // applicable here?
1942 (SLuint32*)pValue->data)))) {
1945 pValue->size = valueSize;
1924 android_audioPlayer_metadata_getValue(CAudioPlayer *ap, SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1336 XAMetadataInfo * pValue
1363 XAMetadataInfo * pValue,
1406 XAMetadataInfo * pValue,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h790 SLMetadataInfo *pValue

Completed in 381 milliseconds

123