Home
last modified time | relevance | path

Searched refs:ghVideoRMComponentListMutex (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
H A DRockchip_OMX_Resourcemanager.c46 static OMX_HANDLETYPE ghVideoRMComponentListMutex = NULL; variable
201 ret = Rockchip_OSAL_MutexCreate(&ghVideoRMComponentListMutex); in Rockchip_OMX_ResourceManager_Init()
202 omx_trace("Rockchip_OSAL_MutexCreate ghVideoRMComponentListMutex %p", ghVideoRMComponentListMutex); in Rockchip_OMX_ResourceManager_Init()
216 omx_trace("ghVideoRMComponentListMutex lock in %p", ghVideoRMComponentListMutex); in Rockchip_OMX_ResourceManager_Deinit()
217 Rockchip_OSAL_MutexLock(ghVideoRMComponentListMutex); in Rockchip_OMX_ResourceManager_Deinit()
257 Rockchip_OSAL_MutexUnlock(ghVideoRMComponentListMutex); in Rockchip_OMX_ResourceManager_Deinit()
259 omx_trace("Rockchip_OSAL_MutexTerminate ghVideoRMComponentListMutex lock in %p", ghVideoRMComponentListMutex); in Rockchip_OMX_ResourceManager_Deinit()
[all...]

Completed in 1 milliseconds