Home | History | Annotate | Download | only in author

Lines Matching refs:eventMsg

1413         PVMFDurationInfoMessageInterface* eventMsg = NULL;
1416 infoExtInterface->queryInterface(infomsguuid, (PVInterface*&)eventMsg) && eventMsg) {
1419 eventMsg->GetCodeUUID(infoCode, eventuuid);
1421 uint32 duration = eventMsg->GetDuration();
1424 eventMsg->removeRef();
1425 eventMsg = NULL;