Home
last modified time | relevance | path

Searched defs:RequestedLayerState (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h35 struct RequestedLayerState : layer_state_t { struct
61 RequestedLayerState(const LayerCreationArgs&); argument
89 const uint32_t id;
90 const std::string name;
91 bool canBeRoot = false;
92 const uint32_t layerCreationFlags;
93 const uint32_t textureName;
96 const gui::Uid ownerUid;
99 const gui::Pid ownerPid;
100 bool dataspaceRequested;
[all …]
DRequestedLayerState.cpp48 RequestedLayerState::RequestedLayerState(const LayerCreationArgs& args) in RequestedLayerState() function in android::surfaceflinger::frontend::RequestedLayerState
DLayerSnapshotBuilder.cpp968 void LayerSnapshotBuilder::updateShadows(LayerSnapshot& snapshot, const RequestedLayerState&, in updateShadows()