Home
last modified time | relevance | path

Searched refs:effective_value (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DFlagged.h273 static constexpr IntFlag effective_value = IntFlag(0); ///<effective mask of flagged class member
292 mask_of<T, Flag>::shift, mask_of<T, Flag>::effective_value);
312 mask_of<T, Flag>::shift, mask_of<T, Flag>::effective_value);
324 static constexpr IntType effective_value = T::sEffectiveMask;
/frameworks/av/media/libstagefright/foundation/tests/
DFlagged_test.cpp251 static_assert(helper::mask_of<i32_800f_0, u32>::effective_value == 0x800F, "incorrect mask"); in TEST_F()
252 static_assert(helper::mask_of<i32_800f_0, i32>::effective_value == 0, in TEST_F()
261 static_assert(helper::mask_of<i32_800f_4, u32>::effective_value == 0x800F0, "incorrect mask"); in TEST_F()
262 static_assert(helper::mask_of<i32_800f_4, i32>::effective_value == 0, in TEST_F()