Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp4422 bool haveTrustedPresentationListener = hasTrustedPresentationListener(); in setTrustedPresentationInfo() local
4423 if (!hadTrustedPresentationListener && haveTrustedPresentationListener) { in setTrustedPresentationInfo()
4425 } else if (hadTrustedPresentationListener && !haveTrustedPresentationListener) { in setTrustedPresentationInfo()
4437 return haveTrustedPresentationListener; in setTrustedPresentationInfo()