equal
deleted
inserted
replaced
130 iLocalPortIndex(aLocalPortIndex), |
130 iLocalPortIndex(aLocalPortIndex), |
131 iPortSettingsIndex(aPortSettingsIndex), |
131 iPortSettingsIndex(aPortSettingsIndex), |
132 ipPortSettings(apPortSettings) |
132 ipPortSettings(apPortSettings) |
133 { |
133 { |
134 } |
134 } |
135 |
|
136 #ifdef _OMXIL_COMMON_IL516C_ON |
|
137 inline |
|
138 COmxILCallbackManager::CEjectBuffersRequestCommand:: |
|
139 CEjectBuffersRequestCommand(OMX_U32 aLocalOmxPortIndex) |
|
140 : |
|
141 CCallbackCommand(CCallbackCommand::EPriorityNormal), |
|
142 iLocalOmxPortIndex(aLocalOmxPortIndex) |
|
143 { |
|
144 } |
|
145 #endif |
|