Home | History | Annotate | Download | only in src

Lines Matching refs:eventMsg

5029             PVMFDurationInfoMessageInterface* eventMsg = NULL;
5033 infoExtInterface->queryInterface(PVMFDurationInfoMessageInterfaceUUID, (PVInterface*&)eventMsg))
5037 eventMsg->GetCodeUUID(infoCode, eventuuid);
5040 iSessionDuration = eventMsg->GetDuration();
5048 PVMFMetadataInfoMessageInterface* eventMsg = NULL;
5051 infoExtInterface->queryInterface(infomsguuid, (PVInterface*&)eventMsg))
5055 eventMsg->GetCodeUUID(infoCode, eventuuid);
5058 Oscl_Vector<PvmiKvp, OsclMemAllocator> kvpVector = eventMsg->GetMetadataVector();