Searched refs:mAuthRetryCount (Results 1 – 2 of 2) sorted by relevance
39 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()
78 uint32_t mAuthRetryCount; variable