Home
last modified time | relevance | path

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

/external/opencore/pvmi/content_policy_manager/src/
Dcpm.cpp2544 iKeyListPtr = NULL; in DoGetMetadataValues()
2550 aCmd.PVMFCPMCommand::Parse(iKeyListPtr, in DoGetMetadataValues()
2556 if (iKeyListPtr == NULL || iValueListPtr == NULL) in DoGetMetadataValues()
2565 uint32 numkeys = iKeyListPtr->size(); in DoGetMetadataValues()
2657 …Params->iPlugInMetaDataExtensionInterface->GetNumMetadataValues((PVMFMetadataList&)(*iKeyListPtr)); in SendGetMetaDataValuesToPlugIn()
2660 (PVMFMetadataList&)(*iKeyListPtr), in SendGetMetaDataValuesToPlugIn()
Dcpm_internal.h793 PVMFMetadataList* iKeyListPtr; variable