Lines Matching defs:remoteOmx
26 struct HdfRemoteService *remoteOmx;
37 .remoteOmx = NULL,
65 if (!HdfRemoteServiceWriteInterfaceToken(g_codecComponentManagerProxy.remoteOmx, data)) {
71 if (g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(
72 g_codecComponentManagerProxy.remoteOmx, CMD_CODEC_GET_COMPONENT_NUM, data, reply) != HDF_SUCCESS) {
103 if (!HdfRemoteServiceWriteInterfaceToken(g_codecComponentManagerProxy.remoteOmx, data)) {
115 if (g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.remoteOmx,
138 if (!HdfRemoteServiceWriteInterfaceToken(g_codecComponentManagerProxy.remoteOmx, data)) {
174 ret = g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.remoteOmx,
213 if (!HdfRemoteServiceWriteInterfaceToken(g_codecComponentManagerProxy.remoteOmx, data)) {
225 ret = g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.remoteOmx,
241 if (g_codecComponentManagerProxy.remoteOmx != NULL) {
251 struct HdfRemoteService *remoteOmx = serviceMgr->GetService(serviceMgr, CODEC_HDI_OMX_SERVICE_NAME);
253 if (remoteOmx == NULL) {
257 if (!HdfRemoteServiceSetInterfaceDesc(remoteOmx, "ohos.hdi.codec_service")) {
259 HdfRemoteServiceRecycle(remoteOmx);
263 g_codecComponentManagerProxy.remoteOmx = remoteOmx;
282 if (g_codecComponentManagerProxy.remoteOmx != NULL) {
283 HdfRemoteServiceRecycle(g_codecComponentManagerProxy.remoteOmx);
284 g_codecComponentManagerProxy.remoteOmx = NULL;