Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
system
/
libfmq
/
refs/heads/upstream/android-s-v2-beta-3
/
.
/
tests
/
aidl
/
android
/
fmq
/
test
/
EventFlagBits.aidl
blob: 202a67cd4c7510d5c448fb2285ab5125397c7913 [
file
] [
log
] [
blame
] [
edit
]
// FIXME: license file if you have one
package
android
.
fmq
.
test
;
@Backing
(
type
=
"int"
)
enum
EventFlagBits
{
FMQ_NOT_EMPTY
=
1
<<
0
,
FMQ_NOT_FULL
=
1
<<
1
,
}