Searched refs:Enum (Results 1 – 14 of 14) sorted by relevance
30 template <class Enum>33 using Bitfield = ::android::hardware::hidl_bitfield<Enum>;36 explicit EnumBitfield(Enum value) : mValue(value) {} in EnumBitfield()37 explicit EnumBitfield(Bitfield value) : EnumBitfield(static_cast<Enum>(value)) {} in EnumBitfield()40 EnumBitfield& operator=(Enum value) { return *this = EnumBitfield{value}; }43 operator Enum() const { return mValue; } in Enum() function47 Enum mValue;51 template <class Enum>52 EnumBitfield<Enum> mkEnumBitfield(Enum value) { in mkEnumBitfield()53 return EnumBitfield<Enum>{value}; in mkEnumBitfield()
26 template <typename Enum>27 bool isValidHidlEnum(Enum e) { in isValidHidlEnum()28 hidl_enum_range<Enum> values; in isValidHidlEnum()
24 * Enum which holds the bit masks for SUPL_MODE configuration parameter.35 * Enum which holds the bit masks for GPS_LOCK configuration parameter.46 * Enum that hold the bit masks for various LTE Positioning Profile settings (LPP_PROFILE59 * Enum which holds the bit masks for A_GLONASS_POS_PROTOCOL_SELECT
43 * Enum which holds the bit masks for batching control.
19 * Enum values indicating the status of any hostapd operation.
125 * Enum to identify the type of channel mapping for active microphones.137 * Enum to identify locations of microphones in regards to the body of the154 * Enum with standard polar patterns of microphones
181 * Enum to identify the type of channel mapping for active microphones.193 * Enum to identify locations of microphones in regards to the body of the210 * Enum with standard polar patterns of microphones
19 * Enum values indicating the status of any supplicant operation.
52 * Enum describing the types of RX filter supported61 * Enum describing the modes of BT coexistence supported
53 * Enum describing the modes of Miracast supported
378 /** Enum types */
20 * Enum values indicating the status of operation.565 * Enum describing the various states to set the roaming2105 * Enum describing the fate of the TX packets.2154 * Enum describing the fate of the TX packets.
1142 /* Enum types */