Searched defs:FlagsType (Results 1 – 6 of 6) sorted by relevance
41 class FlagsType; variable
39 class FlagsType; variable
1206 static PyTypeObject FlagsType = {0, 0, 0, 0, 0, 0}; variable
983 FlagsType::FlagsType(std::vector<FlagType> value) : value_(std::move(value)) { in FlagsType() function in android::audio::policy::engine::configuration::FlagsType
995 FlagsType::FlagsType(std::vector<FlagType> value) : value_(std::move(value)) { in FlagsType() function in audio::policy::V1_0::FlagsType
2513 static PyTypeObject FlagsType; variable