Searched refs:allowSecureLayers (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | DisplayRenderArea.cpp | 38 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()
|
D | DisplayRenderArea.h | 33 bool allowSecureLayers = true); 46 ui::Dataspace, bool useIdentityTransform, bool allowSecureLayers = true);
|
D | RenderArea.h | 27 const Rect& layerStackRect, bool allowSecureLayers = false, 29 : mAllowSecureLayers(allowSecureLayers), in mAllowSecureLayers() argument
|
D | LayerRenderArea.cpp | 47 const Rect& layerStackRect, bool allowSecureLayers) in LayerRenderArea() argument 48 : RenderArea(reqSize, CaptureFill::CLEAR, reqDataSpace, layerStackRect, allowSecureLayers), in LayerRenderArea()
|
D | LayerRenderArea.h | 37 bool allowSecureLayers);
|