Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DRequestedLayerState.h36 struct RequestedLayerState : layer_state_t { struct
39 enum class Changes : uint32_t {
70 RequestedLayerState(const LayerCreationArgs&); argument
104 const uint32_t id;
105 const std::string name;
106 bool canBeRoot = false;
107 const uint32_t layerCreationFlags;
110 const gui::Uid ownerUid;
113 const gui::Pid ownerPid;
114 bool dataspaceRequested;
[all …]
H A DLayerSnapshotBuilder.cpp669 const RequestedLayerState& /* requestedChildState */, const Args& args, in updateFrameRateFromChildSnapshot()
1090 void LayerSnapshotBuilder::updateShadows(LayerSnapshot& snapshot, const RequestedLayerState&, in updateShadows()
H A DRequestedLayerState.cpp51 RequestedLayerState::RequestedLayerState(const LayerCreationArgs& args) in RequestedLayerState() function in android::surfaceflinger::frontend::RequestedLayerState
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp59 using RequestedLayerState = surfaceflinger::frontend::RequestedLayerState; typedef