equal
deleted
inserted
replaced
25 #include <openmax/il/khronos/v1_x/OMX_Component.h> |
25 #include <openmax/il/khronos/v1_x/OMX_Component.h> |
26 |
26 |
27 #include "omxilcallbacknotificationif.h" |
27 #include "omxilcallbacknotificationif.h" |
28 |
28 |
29 // Forward declarations |
29 // Forward declarations |
30 class COmxILPortManager; |
30 class MOmxILPortManagerIf; |
31 class COmxILFsm; |
31 class COmxILFsm; |
32 |
32 |
33 /** |
33 /** |
34 CallBack Manager Interface used by Callback Manager implementations. |
34 CallBack Manager Interface used by Callback Manager implementations. |
35 */ |
35 */ |
45 |
45 |
46 @param [in] aPortManager The Port Manager |
46 @param [in] aPortManager The Port Manager |
47 |
47 |
48 @return OMX_ERRORTYPE |
48 @return OMX_ERRORTYPE |
49 */ |
49 */ |
50 virtual void SetPortManager(COmxILPortManager& aPortManager) = 0; |
50 virtual void SetPortManager(MOmxILPortManagerIf& aPortManager) = 0; |
51 |
51 |
52 /** |
52 /** |
53 Method to update the FSM reference |
53 Method to update the FSM reference |
54 |
54 |
55 @param [in] aFsm The FSM |
55 @param [in] aFsm The FSM |