Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/tracing/
DTransactionTraceTestSuite.cpp96 struct LayerInfo { struct
97 uint64_t id;
98 std::string name;
99 uint64_t parent;
100 int z;
101 uint64_t curr_frame;
102 float x;
103 float y;
104 uint32_t bufferWidth;
105 uint32_t bufferHeight;
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DLayerInfo.java7 public class LayerInfo { class
11 LayerInfo(int depth) { in LayerInfo() method in LayerInfo
16 LayerInfo(int front, int back) { in LayerInfo() method in LayerInfo
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h41 class LayerInfo; variable
DLayerInfo.cpp43 LayerInfo::LayerInfo(const std::string& name, uid_t ownerUid, in LayerInfo() function in android::scheduler::LayerInfo