Home
last modified time | relevance | path

Searched refs:MSG_NOTIFICATION (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsctp.h117 MSG_NOTIFICATION = 0x8000, enumerator
118 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
175 SCTP_NOTIFICATION = MSG_NOTIFICATION,
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java97 static final int MSG_NOTIFICATION = 2003; field in MceStateMachine
568 case MSG_NOTIFICATION: in processMessage()
659 case MSG_NOTIFICATION: in processNotification()
987 sendMessage(MSG_NOTIFICATION, ev); in receiveEvent()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
H A DMapClientStateMachineTest.java256 Message notification = Message.obtain(mHandler, MceStateMachine.MSG_NOTIFICATION); in testReceiveEmptyEvent()