Searched refs:SENDMSG_NOOP (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 820 private static final int SENDMSG_NOOP = 1; field in RemoteController 832 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) { in sendMsg()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 190 private static final int SENDMSG_NOOP = 1; field in AudioService 360 SENDMSG_NOOP, 0, 0, null, 0); 760 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED, SENDMSG_NOOP, 0, 0, in onMediaServerDied() 3511 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) { in sendMsg() 4566 SENDMSG_NOOP, 0, 0, null, 0); in makeA2dpDeviceUnavailableNow() 4648 SENDMSG_NOOP, 0, 0, null, 0); in onSetA2dpSinkConnectionState() 4670 SENDMSG_NOOP, 0, 0, null, 0); in onSetA2dpSinkConnectionState() 4846 SENDMSG_NOOP, 0, 0, null, 0); in sendDeviceConnectionIntent()
|
D | MediaFocusControl.java | 343 private static final int SENDMSG_NOOP = 1; field in MediaFocusControl 352 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) { in sendMsg()
|