Searched refs:pKeyList (Results 1 – 5 of 5) sorted by relevance
/external/intel-media-driver/media_softlet/linux/common/os/osservice/ |
D | mos_utilities_specific.h | 240 static MOS_STATUS UserFeatureDumpFile(const char *const szFileName, MOS_PUF_KEYLIST *pKeyList); 252 static MOS_STATUS UserFeatureDumpDataToFile(const char *szFileName, MOS_PUF_KEYLIST pKeyList); 261 static void UserFeatureFreeKeyList(MOS_PUF_KEYLIST pKeyList); 274 static MOS_UF_KEY*UserFeatureFindKey(MOS_PUF_KEYLIST pKeyList, char * const pcKeyName); 298 static MOS_STATUS UserFeatureAdd(MOS_PUF_KEYLIST *pKeyList, MOS_UF_KEY *NewKey); 310 static MOS_STATUS UserFeatureSet(MOS_PUF_KEYLIST *pKeyList, MOS_UF_KEY NewKey); 322 static MOS_STATUS UserFeatureQuery(MOS_PUF_KEYLIST pKeyList, MOS_UF_KEY *NewKey);
|
D | mos_utilities_specific.cpp | 547 …MOS_UF_KEY* MosUtilitiesSpecificNext::UserFeatureFindKey(MOS_PUF_KEYLIST pKeyList, char * const pc… in UserFeatureFindKey() argument 554 for(pTempNode = pKeyList; pTempNode; pTempNode = pTempNode->pNext) in UserFeatureFindKey() 583 MOS_STATUS MosUtilitiesSpecificNext::UserFeatureAdd(MOS_PUF_KEYLIST *pKeyList, MOS_UF_KEY *NewKey) in UserFeatureAdd() argument 591 pStartNode = *pKeyList; in UserFeatureAdd() 605 if (*pKeyList == nullptr ) // the key list is empty in UserFeatureAdd() 608 (*pKeyList) = pNewNode; in UserFeatureAdd() 619 MOS_STATUS MosUtilitiesSpecificNext::UserFeatureSet(MOS_PUF_KEYLIST *pKeyList, MOS_UF_KEY NewKey) in UserFeatureSet() argument 629 if ( (Key = UserFeatureFindKey(*pKeyList, NewKey.pcKeyName)) == nullptr ) in UserFeatureSet() 685 MOS_STATUS MosUtilitiesSpecificNext::UserFeatureQuery(MOS_PUF_KEYLIST pKeyList, MOS_UF_KEY *NewKey) in UserFeatureQuery() argument 695 if ( (Key = UserFeatureFindKey(pKeyList, NewKey->pcKeyName)) == nullptr ) in UserFeatureQuery() [all …]
|
/external/pdfium/fxjs/ |
D | cjs_global.cpp | 385 std::vector<WideString> pKeyList = pRuntime->GetObjectPropertyNames(pObj); in ObjectToArray() local 386 for (const auto& ws : pKeyList) { in ObjectToArray()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/UI/Input/Ime/ |
D | mod.rs | 1280 pub pKeyList: *mut IMEKMSKEY, field 1380 pub pKeyList: *mut IMEKMSKEY, field
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/UI/Input/Ime/ |
D | mod.rs | 1280 pub pKeyList: *mut IMEKMSKEY, field 1380 pub pKeyList: *mut IMEKMSKEY, field
|