Searched defs:RequestedLayerState (Results 1 – 3 of 3) sorted by relevance
35 struct RequestedLayerState : layer_state_t { struct61 RequestedLayerState(const LayerCreationArgs&); argument89 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 …]
48 RequestedLayerState::RequestedLayerState(const LayerCreationArgs& args) in RequestedLayerState() function in android::surfaceflinger::frontend::RequestedLayerState
968 void LayerSnapshotBuilder::updateShadows(LayerSnapshot& snapshot, const RequestedLayerState&, in updateShadows()