Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libdvr/tests/
Ddvr_display-test.cpp74 .value.bool_value = true}, in TEST_F()
80 .value.bool_value = true}, in TEST_F()
126 .value.bool_value = true}, in TEST_F()
132 .value.bool_value = true}, in TEST_F()
196 .value.bool_value = true}, in TEST_F()
202 .value.bool_value = true}, in TEST_F()
213 .value.bool_value = true}, in TEST_F()
219 .value.bool_value = true}, in TEST_F()
Ddvr_display_manager-test.cpp60 attribute.value.bool_value = value; in MakeAttribute()
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_protocol.h151 bool bool_value = false; in GetVisible() local
152 GetAttribute(SurfaceAttribute::Visible, &bool_value, in GetVisible()
154 return bool_value; in GetVisible()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_surface.h39 bool bool_value; member
/frameworks/native/libs/vr/libdvr/
Ddvr_surface.cpp48 value = static_cast<bool>(attributes[i].value.bool_value); in ConvertSurfaceAttributes()
Ddvr_display_manager.cpp36 attribute->value.bool_value = value; in operator ()()
/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp653 bool bool_value = false; member
658 void Visit(bool value) { bool_value = value; } in Visit()
675 EXPECT_EQ(true, visitor.bool_value); in TEST()