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

/frameworks/base/media/java/android/media/
H A DRemoteController.java642 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE,
660 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE,
686 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE,
822 private static final int SENDMSG_QUEUE = 2; field in class:RemoteController
969 sendMsg(mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE,
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java247 sendMsg(mEventHandler, MSG_REEVALUATE_RCD, SENDMSG_QUEUE, 0, 0, null, 0);
286 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE,
345 private static final int SENDMSG_QUEUE = 2; field in class:MediaFocusControl
1917 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE,
2229 sendMsg(mEventHandler, MSG_REEVALUATE_REMOTE, SENDMSG_QUEUE, 0, 0, null, 0);
H A DAudioService.java192 private static final int SENDMSG_QUEUE = 2; field in class:AudioService
223 // and not with sendMsg(..., ..., SENDMSG_QUEUE, ...)
616 SENDMSG_QUEUE,
690 sendMsg(mAudioHandler, MSG_SYSTEM_READY, SENDMSG_QUEUE,
696 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE,
964 SENDMSG_QUEUE,
978 SENDMSG_QUEUE,
1285 sendMsg(mAudioHandler, MSG_UNMUTE_STREAM, SENDMSG_QUEUE,
1292 SENDMSG_QUEUE,
1629 SENDMSG_QUEUE,
[all...]

Completed in 98 milliseconds