Searched defs:SENDMSG_NOOP (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteController.java820 private static final int SENDMSG_NOOP = 1; field in class:RemoteController
832 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) {
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java343 private static final int SENDMSG_NOOP = 1; field in class:MediaFocusControl
352 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) {
H A DAudioService.java190 private static final int SENDMSG_NOOP = 1; field in class:AudioService
360 SENDMSG_NOOP, 0, 0, null, 0);
760 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED, SENDMSG_NOOP, 0, 0,
3511 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) {
4566 SENDMSG_NOOP, 0, 0, null, 0);
4648 SENDMSG_NOOP, 0, 0, null, 0);
4670 SENDMSG_NOOP, 0, 0, null, 0);
4846 SENDMSG_NOOP, 0, 0, null, 0);

Completed in 83 milliseconds