Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/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