Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h36 struct RequestedLayerState : layer_state_t { struct
39 enum class Changes : uint32_t {
70 RequestedLayerState(const LayerCreationArgs&); argument
103 const uint32_t id;
104 const std::string name;
105 bool canBeRoot = false;
106 const uint32_t layerCreationFlags;
109 const gui::Uid ownerUid;
112 const gui::Pid ownerPid;
113 bool dataspaceRequested;
[all …]
DRequestedLayerState.cpp51 RequestedLayerState::RequestedLayerState(const LayerCreationArgs& args) in RequestedLayerState() function in android::surfaceflinger::frontend::RequestedLayerState
DLayerSnapshotBuilder.cpp1023 void LayerSnapshotBuilder::updateShadows(LayerSnapshot& snapshot, const RequestedLayerState&, in updateShadows()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp58 using RequestedLayerState = surfaceflinger::frontend::RequestedLayerState; typedef