Lines Matching defs:ret
168 int32_t ret = FillHdfSBufData(data, compName, appData, callback);
169 if (ret != HDF_SUCCESS) {
171 return ret;
174 ret = g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.remoteOmx,
176 if (ret != HDF_SUCCESS) {
177 CODEC_LOGE("call failed! error code is %{public}d", ret);
179 return ret;
198 return ret;
203 int32_t ret;
225 ret = g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.remoteOmx,
227 if (ret != HDF_SUCCESS) {
228 CODEC_LOGE("call failed! error code is %{public}d", ret);
230 return ret;
236 return ret;