Searched refs:SENDMSG_QUEUE (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 231 private static final int SENDMSG_QUEUE = 2; field in AudioService 421 SENDMSG_QUEUE, 0, 0, null, 0); 799 SENDMSG_QUEUE, in AudioService() 875 sendMsg(mAudioHandler, MSG_SYSTEM_READY, SENDMSG_QUEUE, in systemReady() 899 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE, in onSystemReady() 1068 SENDMSG_QUEUE, 1, 0, null, 0); in onAudioServerDied() 1240 SENDMSG_QUEUE, in updateStreamVolumeAlias() 1246 SENDMSG_QUEUE, in updateStreamVolumeAlias() 1260 SENDMSG_QUEUE, in readDockAudioSettings() 1312 SENDMSG_QUEUE, in sendEncodedSurroundMode() [all …]
|
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 565 private static final int SENDMSG_QUEUE = 2; field in RemoteController
|