Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_hdcp.c442 (void)OsalMutexLock(&(hdcp->hdcpMutex)); in HdmiHdcpOpen()
448 (void)OsalMutexUnlock(&(hdcp->hdcpMutex)); in HdmiHdcpOpen()
455 (void)OsalMutexUnlock(&(hdcp->hdcpMutex)); in HdmiHdcpOpen()
460 (void)OsalMutexUnlock(&(hdcp->hdcpMutex)); in HdmiHdcpOpen()
H A Dhdmi_core.c161 ret = OsalMutexInit(&(cntlr->hdcp->hdcpMutex)); in HdmiHdcpInit()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_hdcp.h180 struct OsalMutex hdcpMutex; member