blob: 1a9e44df1f77846a831456433b4ea7d184274ea9 [file] [log] [blame]
// FIXME: license file if you have one
package android.fmq.test;
@Backing(type="int")
enum EventFlagBits {
FMQ_NOT_FULL = 1 << 0,
FMQ_NOT_EMPTY = 1 << 1,
}