Searched refs:SENDMSG_QUEUE (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 642 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in setMetadata() 660 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in setArtwork() 686 sendMsg(rc.mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in setAllMetadata() 822 private static final int SENDMSG_QUEUE = 2; field in RemoteController 969 sendMsg(mEventHandler, MSG_NEW_METADATA, SENDMSG_QUEUE, in onDisplayEnable()
|
D | AudioService.java | 181 private static final int SENDMSG_QUEUE = 2; field in AudioService 595 SENDMSG_QUEUE, in AudioService() 672 sendMsg(mAudioHandler, MSG_SYSTEM_READY, SENDMSG_QUEUE, in systemReady() 678 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE, in onSystemReady() 837 SENDMSG_QUEUE, in updateStreamVolumeAlias() 857 SENDMSG_QUEUE, in readDockAudioSettings() 1119 SENDMSG_QUEUE, in adjustStreamVolume() 1502 SENDMSG_QUEUE, in setStreamVolumeInt() 2326 sendMsg(mAudioHandler, MSG_PLAY_SOUND_EFFECT, SENDMSG_QUEUE, in playSoundEffectVolume() 2339 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE, 0, 0, reply, 0); in loadSoundEffects() [all …]
|
D | MediaFocusControl.java | 234 sendMsg(mEventHandler, MSG_REEVALUATE_RCD, SENDMSG_QUEUE, 0, 0, null, 0); in postReevaluateRemoteControlDisplays() 273 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE, in onReevaluateRemoteControlDisplays() 332 private static final int SENDMSG_QUEUE = 2; field in MediaFocusControl 1876 sendMsg(mEventHandler, MSG_RCDISPLAY_INIT_INFO, SENDMSG_QUEUE, in registerRemoteControlDisplay_int() 2188 sendMsg(mEventHandler, MSG_REEVALUATE_REMOTE, SENDMSG_QUEUE, 0, 0, null, 0); in postReevaluateRemote()
|