Searched refs:bitfield (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dchannels.c79 SLuint32 bitfield = (1 << channelCount) - 1; local
80 return SL_ANDROID_MAKE_INDEXED_CHANNEL_MASK(bitfield);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h60 // Make an indexed channel mask from a bitfield.
62 // Each bit in the bitfield corresponds to a channel index,
65 // A '1' in the bitfield indicates that the channel should be
67 // should be excluded. For instance, a bitfield of 0x0A (binary 00001010)
71 #define SL_ANDROID_MAKE_INDEXED_CHANNEL_MASK(bitfield) \
72 ((bitfield) | SL_ANDROID_SPEAKER_NON_POSITIONAL)
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h186 uint32_t bitfield() const { return m_BitField; } function in class:mcld::ResolveInfo

Completed in 798 milliseconds