Home
last modified time | relevance | path

Searched refs:eventMsg (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.cpp2071 PVMFDurationInfoMessage* eventMsg = NULL; in RetrieveTrackData() local
2072 OSCL_TRY(leavecode, eventMsg = OSCL_NEW(PVMFDurationInfoMessage, (durationInMsec))); in RetrieveTrackData()
2073 … ReportInfoEvent(PVMFInfoDurationAvailable, NULL, OSCL_STATIC_CAST(PVInterface*, eventMsg)); in RetrieveTrackData()
2074 if (eventMsg) in RetrieveTrackData()
2076 eventMsg->removeRef(); in RetrieveTrackData()
4294 PVMFMetadataInfoMessage* eventMsg = NULL; in MetadataUpdated() local
4298 OSCL_TRY(leavecode, eventMsg = OSCL_NEW(PVMFMetadataInfoMessage, (iMetadataVector))); in MetadataUpdated()
4300 ReportInfoEvent(PVMFInfoMetadataAvailable, NULL, OSCL_STATIC_CAST(PVInterface*, eventMsg)); in MetadataUpdated()
4324 if (eventMsg) in MetadataUpdated()
4326 eventMsg->removeRef(); in MetadataUpdated()
/external/opencore/android/
Dplayerdriver.cpp1267 PVMFDurationInfoMessageInterface* eventMsg = NULL; in HandleInformationalEvent() local
1270 infoExtInterface->queryInterface(infomsguuid, (PVInterface*&)eventMsg)) in HandleInformationalEvent()
1274 eventMsg->GetCodeUUID(infoCode, eventuuid); in HandleInformationalEvent()
1277 uint32 SourceDurationInMS = eventMsg->GetDuration(); in HandleInformationalEvent()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset5.cpp5029 PVMFDurationInfoMessageInterface* eventMsg = NULL; in HandleInformationalEvent() local
5033 … infoExtInterface->queryInterface(PVMFDurationInfoMessageInterfaceUUID, (PVInterface*&)eventMsg)) in HandleInformationalEvent()
5037 eventMsg->GetCodeUUID(infoCode, eventuuid); in HandleInformationalEvent()
5040 iSessionDuration = eventMsg->GetDuration(); in HandleInformationalEvent()
5048 PVMFMetadataInfoMessageInterface* eventMsg = NULL; in HandleInformationalEvent() local
5051 infoExtInterface->queryInterface(infomsguuid, (PVInterface*&)eventMsg)) in HandleInformationalEvent()
5055 eventMsg->GetCodeUUID(infoCode, eventuuid); in HandleInformationalEvent()
5058 … Oscl_Vector<PvmiKvp, OsclMemAllocator> kvpVector = eventMsg->GetMetadataVector(); in HandleInformationalEvent()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp16141 PVMFMetadataInfoMessageInterface* eventMsg = NULL; in HandleSourceNodeInfoEvent() local
16144 infoExtInterface->queryInterface(infomsguuid, (PVInterface*&)eventMsg)) in HandleSourceNodeInfoEvent()
16148 eventMsg->GetCodeUUID(infoCode, eventuuid); in HandleSourceNodeInfoEvent()
16151 … Oscl_Vector<PvmiKvp, OsclMemAllocator> kvpVector = eventMsg->GetMetadataVector(); in HandleSourceNodeInfoEvent()
16160 PVMFDurationInfoMessageInterface* eventMsg = NULL; in HandleSourceNodeInfoEvent() local
16168 eventMsg = OSCL_STATIC_CAST(PVMFDurationInfoMessageInterface*, temp); in HandleSourceNodeInfoEvent()
16169 eventMsg->GetCodeUUID(infoCode, eventuuid); in HandleSourceNodeInfoEvent()
16172 iSourceDurationInMS = eventMsg->GetDuration(); in HandleSourceNodeInfoEvent()