Searched defs:SENDMSG_QUEUE (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DAudioService.java179 private static final int SENDMSG_QUEUE = 2; field in class:AudioService
208 // and not with sendMsg(..., ..., SENDMSG_QUEUE, ...)
568 SENDMSG_QUEUE,
646 sendMsg(mAudioHandler, MSG_SYSTEM_READY, SENDMSG_QUEUE,
652 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE,
809 SENDMSG_QUEUE,
829 SENDMSG_QUEUE,
1083 SENDMSG_QUEUE,
1454 SENDMSG_QUEUE,
2183 sendMsg(mAudioHandler, MSG_PLAY_SOUND_EFFECT, SENDMSG_QUEUE,
[all...]
H A DMediaFocusControl.java233 sendMsg(mEventHandler, MSG_REEVALUATE_RCD, SENDMSG_QUEUE, 0, 0, null, 0);
272 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE,
331 private static final int SENDMSG_QUEUE = 2; field in class:MediaFocusControl
1715 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE,
2027 sendMsg(mEventHandler, MSG_REEVALUATE_REMOTE, SENDMSG_QUEUE, 0, 0, null, 0);
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,

Completed in 386 milliseconds