Home | History | Annotate | Download | only in src

Lines Matching refs:eventMsg

16143             PVMFMetadataInfoMessageInterface* eventMsg = NULL;
16146 infoExtInterface->queryInterface(infomsguuid, (PVInterface*&)eventMsg))
16150 eventMsg->GetCodeUUID(infoCode, eventuuid);
16153 Oscl_Vector<PvmiKvp, OsclMemAllocator> kvpVector = eventMsg->GetMetadataVector();
16162 PVMFDurationInfoMessageInterface* eventMsg = NULL;
16170 eventMsg = OSCL_STATIC_CAST(PVMFDurationInfoMessageInterface*, temp);
16171 eventMsg->GetCodeUUID(infoCode, eventuuid);
16174 iSourceDurationInMS = eventMsg->GetDuration();