Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdvr/
Ddvr_display_manager.cpp25 struct AttributeVisitor { struct
26 DvrSurfaceAttribute* attribute;
28 void operator()(int32_t value) { in operator ()()
32 void operator()(int64_t value) { in operator ()()
36 void operator()(bool value) { in operator ()()
40 void operator()(float value) { in operator ()()
44 void operator()(const std::array<float, 2>& value) { in operator ()()
48 void operator()(const std::array<float, 3>& value) { in operator ()()
52 void operator()(const std::array<float, 4>& value) { in operator ()()
56 void operator()(const std::array<float, 8>& value) { in operator ()()
[all …]