Home
last modified time | relevance | path

Searched refs:g_codecComponentManagerProxy (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_proxy.c29 static struct CodecComponentManagerProxy g_codecComponentManagerProxy = { variable
71 if (g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch( in GetComponentNum()
115 …if (g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.remo… in GetComponentCapabilityList()
174 …ret = g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.re… in CreateComponent()
225 …ret = g_codecComponentManagerProxy.remoteOmx->dispatcher->Dispatch(g_codecComponentManagerProxy.re… in DestroyComponent()
241 if (g_codecComponentManagerProxy.remoteOmx != NULL) { in InitCodecComponentManagerProxy()
263 g_codecComponentManagerProxy.remoteOmx = remoteOmx; in InitCodecComponentManagerProxy()
277 return &g_codecComponentManagerProxy.instance; in GetCodecComponentManager()
282 if (g_codecComponentManagerProxy.remoteOmx != NULL) { in CodecComponentManagerRelease()
283 HdfRemoteServiceRecycle(g_codecComponentManagerProxy.remoteOmx); in CodecComponentManagerRelease()
[all …]