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.cpp24 struct AttributeVisitor { struct
25 DvrSurfaceAttribute* attribute;
27 void operator()(int32_t value) { in operator ()()
31 void operator()(int64_t value) { in operator ()()
35 void operator()(bool value) { in operator ()()
39 void operator()(float value) { in operator ()()
43 void operator()(const std::array<float, 2>& value) { in operator ()()
47 void operator()(const std::array<float, 3>& value) { in operator ()()
51 void operator()(const std::array<float, 4>& value) { in operator ()()
55 void operator()(const std::array<float, 8>& value) { in operator ()()
[all …]