Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h263 mAllowSecureLayers(allowSecureLayers) {}
269 bool isSecure() const override { return mAllowSecureLayers && mDevice->isSecure(); } in isSecure()
372 const bool mAllowSecureLayers; variable