Home
last modified time | relevance | path

Searched refs:Enum (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/
DVersionUtils.h30 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() function
47 Enum mValue;
51 template <class Enum>
52 EnumBitfield<Enum> mkEnumBitfield(Enum value) { in mkEnumBitfield()
53 return EnumBitfield<Enum>{value}; in mkEnumBitfield()
DHidlSupport.h26 template <typename Enum>
27 bool isValidHidlEnum(Enum e) { in isValidHidlEnum()
28 hidl_enum_range<Enum> values; in isValidHidlEnum()
/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal24 * 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_PROFILE
59 * Enum which holds the bit masks for A_GLONASS_POS_PROTOCOL_SELECT
DIGnssBatching.hal43 * Enum which holds the bit masks for batching control.
/hardware/interfaces/wifi/hostapd/1.0/
Dtypes.hal19 * Enum values indicating the status of any hostapd operation.
/hardware/interfaces/audio/6.0/
Dtypes.hal125 * Enum to identify the type of channel mapping for active microphones.
137 * Enum to identify locations of microphones in regards to the body of the
154 * Enum with standard polar patterns of microphones
/hardware/interfaces/audio/5.0/
Dtypes.hal125 * Enum to identify the type of channel mapping for active microphones.
137 * Enum to identify locations of microphones in regards to the body of the
154 * Enum with standard polar patterns of microphones
/hardware/interfaces/audio/4.0/
Dtypes.hal181 * Enum to identify the type of channel mapping for active microphones.
193 * Enum to identify locations of microphones in regards to the body of the
210 * Enum with standard polar patterns of microphones
/hardware/interfaces/wifi/supplicant/1.0/
Dtypes.hal19 * Enum values indicating the status of any supplicant operation.
DISupplicantStaIface.hal52 * Enum describing the types of RX filter supported
61 * Enum describing the modes of BT coexistence supported
DISupplicantP2pIface.hal53 * Enum describing the modes of Miracast supported
/hardware/interfaces/keymaster/3.0/
Dtypes.hal378 /** Enum types */
/hardware/interfaces/wifi/1.0/
Dtypes.hal20 * Enum values indicating the status of operation.
565 * Enum describing the various states to set the roaming
2105 * Enum describing the fate of the TX packets.
2154 * Enum describing the fate of the TX packets.
/hardware/interfaces/keymaster/4.0/
Dtypes.hal1142 /* Enum types */