Sign in
android
/
platform
/
system
/
libfmq
/
a56b0438aaad9e4160a57e14cd36981c26c1c388
/
.
/
tests
/
aidl
/
android
/
fmq
/
test
/
EventFlagBits.aidl
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
,
}