Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/ips/common/
DHdcpControl.cpp39 mAuthRetryCount(0) in HdcpControl()
82 mAuthRetryCount = 0; in startHdcp()
132 mAuthRetryCount = 0; in startHdcpAsync()
342 mAuthRetryCount++; in threadLoop()
344 mAuthRetryCount = 0; in threadLoop()
354 if (mAuthRetryCount >= HDCP_RETRY_LIMIT) { in threadLoop()
DHdcpControl.h78 uint32_t mAuthRetryCount; variable
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DHdcpControl.cpp39 mAuthRetryCount(0), in HdcpControl()
83 mAuthRetryCount = 0; in startHdcp()
133 mAuthRetryCount = 0; in startHdcpAsync()
355 mAuthRetryCount++; in threadLoop()
357 mAuthRetryCount = 0; in threadLoop()
367 if (mAuthRetryCount >= HDCP_RETRY_LIMIT) { in threadLoop()
DHdcpControl.h78 uint32_t mAuthRetryCount; variable