HomeSort by relevance Sort by last modified time
    Searched refs:mAuthRetryCount (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/hwcomposer/ips/common/
HdcpControl.h 78 uint32_t mAuthRetryCount;
HdcpControl.cpp 39 mAuthRetryCount(0)
82 mAuthRetryCount = 0;
132 mAuthRetryCount = 0;
342 mAuthRetryCount++;
344 mAuthRetryCount = 0;
354 if (mAuthRetryCount >= HDCP_RETRY_LIMIT) {

Completed in 58 milliseconds