Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayRenderArea.cpp38 bool allowSecureLayers) { in create() argument
43 useIdentityTransform, allowSecureLayers)); in create()
50 bool useIdentityTransform, bool allowSecureLayers) in DisplayRenderArea() argument
52 allowSecureLayers, applyDeviceOrientation(useIdentityTransform, *display)), in DisplayRenderArea()
DDisplayRenderArea.h33 bool allowSecureLayers = true);
46 ui::Dataspace, bool useIdentityTransform, bool allowSecureLayers = true);
DRenderArea.h27 const Rect& layerStackRect, bool allowSecureLayers = false,
29 : mAllowSecureLayers(allowSecureLayers), in mAllowSecureLayers() argument
DLayerRenderArea.cpp47 const Rect& layerStackRect, bool allowSecureLayers) in LayerRenderArea() argument
48 : RenderArea(reqSize, CaptureFill::CLEAR, reqDataSpace, layerStackRect, allowSecureLayers), in LayerRenderArea()
DLayerRenderArea.h37 bool allowSecureLayers);