OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDCP_RETRY_LIMIT
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
HdcpControl.h
58
HDCP_RETRY_LIMIT
= 10,
HdcpControl.cpp
352
// If HDCP can not authenticate after "
HDCP_RETRY_LIMIT
" attempts
354
if (mAuthRetryCount >=
HDCP_RETRY_LIMIT
) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
HdcpControl.h
58
HDCP_RETRY_LIMIT
= 10,
HdcpControl.cpp
365
// If HDCP can not authenticate after "
HDCP_RETRY_LIMIT
" attempts
367
if (mAuthRetryCount >=
HDCP_RETRY_LIMIT
) {
Completed in 45 milliseconds