equal
deleted
inserted
replaced
85 OMX_STATETYPE aOmxState); |
85 OMX_STATETYPE aOmxState); |
86 |
86 |
87 OMX_ERRORTYPE CommandCompleteNotification( |
87 OMX_ERRORTYPE CommandCompleteNotification( |
88 OMX_COMMANDTYPE aOmxCommand, |
88 OMX_COMMANDTYPE aOmxCommand, |
89 OMX_U32 aOmxPortIndex); |
89 OMX_U32 aOmxPortIndex); |
90 |
|
91 #ifdef _OMXIL_COMMON_IL516C_ON |
|
92 OMX_ERRORTYPE EjectBuffersRequest( |
|
93 OMX_U32 aLocalOmxPortIndex); |
|
94 #endif |
|
95 |
90 |
96 // |
91 // |
97 // Methods for Callback Notification (from MOmxILCallbackManagerIf) |
92 // Methods for Callback Notification (from MOmxILCallbackManagerIf) |
98 // |
93 // |
99 |
94 |