Home
last modified time | relevance | path

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

/external/opencore/engines/player/src/
Dpv_player_engine.h1352 …oid HandleSourceNodeQueryInitIF(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1353 …HandleSourceNodeQueryTrackSelIF(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1354 …ourceNodeQueryInterfaceOptional(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1355 … void HandleSourceNodeInit(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1356 …andleSourceNodeGetDurationValue(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1357 …void HandleSourceNodeGetLicense(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1358 …andleSourceNodeCancelGetLicense(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1360 …ndleSourceNodeSetDataSourceRate(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1366 … void HandleSourceNodePrepare(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
1367 …eSinkNodeQueryInterfaceOptional(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp);
[all …]
Dpv_player_engine.cpp11622 …ine::HandleSourceNodeQueryInitIF(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp) in HandleSourceNodeQueryInitIF() argument
11632 switch (aNodeResp.GetCmdStatus()) in HandleSourceNodeQueryInitIF()
11684 cmdstatus = aNodeResp.GetCmdStatus(); in HandleSourceNodeQueryInitIF()
11686 if (aNodeResp.GetEventExtensionInterface()) in HandleSourceNodeQueryInitIF()
11688 … nextmsg = GetErrorInfoMessageInterface(*(aNodeResp.GetEventExtensionInterface())); in HandleSourceNodeQueryInitIF()
11723 …:HandleSourceNodeQueryTrackSelIF(PVPlayerEngineContext& aNodeContext, const PVMFCmdResp& aNodeResp) in HandleSourceNodeQueryTrackSelIF() argument
11733 switch (aNodeResp.GetCmdStatus()) in HandleSourceNodeQueryTrackSelIF()
11773 cmdstatus = aNodeResp.GetCmdStatus(); in HandleSourceNodeQueryTrackSelIF()
11775 if (aNodeResp.GetEventExtensionInterface()) in HandleSourceNodeQueryTrackSelIF()
11777 … nextmsg = GetErrorInfoMessageInterface(*(aNodeResp.GetEventExtensionInterface())); in HandleSourceNodeQueryTrackSelIF()
[all …]