Home
last modified time | relevance | path

Searched refs:pcValueName (Results 1 – 2 of 2) sorted by relevance

/external/intel-media-driver/media_softlet/linux/common/os/osservice/
Dmos_utilities_specific.h126 char pcValueName[MAX_USERFEATURE_LINE_LENGTH]; member
286 static int32_t UserFeatureFindValue(MOS_UF_KEY UFKey, char * const pcValueName);
352 const char * const pcValueName,
376 const char * const pcValueName,
Dmos_utilities_specific.cpp565 int32_t MosUtilitiesSpecificNext::UserFeatureFindValue(MOS_UF_KEY UFKey, char * const pcValueName) in UserFeatureFindValue() argument
574 iResult = strcmp(UFKey.pValueArray[i].pcValueName, pcValueName); in UserFeatureFindValue()
641 MOS_OS_NORMALMESSAGE("ulValueBuf %p for key %s", ulValueBuf, NewKey.pValueArray[0].pcValueName); in UserFeatureSet()
644 if ((iPos = UserFeatureFindValue(*Key, NewKey.pValueArray[0].pcValueName)) == NOT_FOUND) in UserFeatureSet()
658 MosUtilities::MosSecureStrcpy(Key->pValueArray[iPos].pcValueName, in UserFeatureSet()
660 NewKey.pValueArray[0].pcValueName); in UserFeatureSet()
667 … MOS_OS_NORMALMESSAGE("ulValueBuf %p for key %s", ulValueBuf, NewKey.pValueArray[0].pcValueName); in UserFeatureSet()
701 if ( (iPos = UserFeatureFindValue(*Key, NewKey->pValueArray[0].pcValueName)) == NOT_FOUND) in UserFeatureQuery()
861 … MosUtilities::MosSecureStrcpy(CurValue[iCount].pcValueName, MAX_USERFEATURE_LINE_LENGTH, szTmp); in UserFeatureDumpFile()
1039 if ( strlen(pKeyTmp->pElem->pValueArray[j].pcValueName) > 0 ) in UserFeatureDumpDataToFile()
[all …]