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

/frameworks/base/media/java/android/media/
H A DRemoteController.java701 private static final int SENDMSG_NOOP = 1; field in class:RemoteController
713 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) {
H A DAudioService.java135 private static final int SENDMSG_NOOP = 1; field in class:AudioService
289 SENDMSG_NOOP, 0, 0, null, 0);
2759 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) {
3540 sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED, SENDMSG_NOOP, 0, 0,
3821 SENDMSG_NOOP, 0, 0, null, 0);
3843 SENDMSG_NOOP, 0, 0, null, 0);
3962 SENDMSG_NOOP, 0, 0, null, 0);
H A DMediaFocusControl.java338 private static final int SENDMSG_NOOP = 1; field in class:MediaFocusControl
347 } else if (existingMsgPolicy == SENDMSG_NOOP && handler.hasMessages(msg)) {

Completed in 38 milliseconds