Searched refs:SENDMSG_NOOP (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 563 private static final int SENDMSG_NOOP = 1; field in RemoteController 575 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) { in sendMsg()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 193 private static final int SENDMSG_NOOP = 1; field in AudioService 361 SENDMSG_NOOP, 0, 0, null, 0); 785 sendMsg(mAudioHandler, MSG_AUDIO_SERVER_DIED, SENDMSG_NOOP, 0, 0, in onAudioServerDied() 3694 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) { in sendMsg() 4802 SENDMSG_NOOP, 0, 0, null, 0); in makeA2dpDeviceUnavailableNow() 4884 SENDMSG_NOOP, 0, 0, null, 0); in onSetA2dpSinkConnectionState() 4906 SENDMSG_NOOP, 0, 0, null, 0); in onSetA2dpSinkConnectionState() 5082 SENDMSG_NOOP, 0, 0, null, 0); in sendDeviceConnectionIntent()
|